This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ android {
44
44
}
45
45
46
46
dependencies {
47
- compile ' com.android.support:appcompat-v7:24.0.0 '
48
- compile ' com.android.support:design:24.0.0 '
49
- compile ' com.android.support:recyclerview-v7:24.0.0 '
47
+ compile ' com.android.support:appcompat-v7:24.1.1 '
48
+ compile ' com.android.support:design:24.1.1 '
49
+ compile ' com.android.support:recyclerview-v7:24.1.1 '
50
50
compile ' com.google.android.gms:play-services-gcm:8.4.0'
51
51
compile ' com.google.android.gms:play-services-auth:8.4.0'
52
- compile ' com.j256.ormlite:ormlite-core:4.48 '
53
- compile ' com.j256.ormlite:ormlite-android:4.48 '
52
+ compile ' com.j256.ormlite:ormlite-core:5.0 '
53
+ compile ' com.j256.ormlite:ormlite-android:5.0 '
54
54
compile ' commons-lang:commons-lang:2.6'
55
55
compile ' org.ccil.cowan.tagsoup:tagsoup:1.2.1'
56
56
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' ) {
@@ -65,7 +65,7 @@ dependencies {
65
65
androidTestCompile(' com.android.support.test.espresso:espresso-contrib:2.2.2' ) {
66
66
exclude group : ' com.android.support'
67
67
}
68
- androidTestCompile(' com.android.support:support-annotations:24.0.0 ' ) {
68
+ androidTestCompile(' com.android.support:support-annotations:24.1.1 ' ) {
69
69
exclude group : ' com.android.support'
70
70
}
71
71
compile ' com.squareup.picasso:picasso:2.5.2'
You can’t perform that action at this time.
0 commit comments