@@ -16,14 +16,14 @@ repositories {
16
16
17
17
18
18
android {
19
- compileSdkVersion 24
19
+ compileSdkVersion 25
20
20
// noinspection GradleDependency
21
- buildToolsVersion " 23 .0.2"
21
+ buildToolsVersion " 25 .0.2"
22
22
defaultConfig {
23
23
applicationId " com.zulip.android"
24
24
minSdkVersion 13
25
25
// noinspection OldTargetApi
26
- targetSdkVersion 23
26
+ targetSdkVersion 25
27
27
28
28
versionCode 27
29
29
versionName " 1.2.1"
@@ -67,9 +67,9 @@ android {
67
67
}
68
68
69
69
dependencies {
70
- compile ' com.android.support:appcompat-v7:24 .1.1'
71
- compile ' com.android.support:design:24 .1.1'
72
- compile ' com.android.support:recyclerview-v7:24 .1.1'
70
+ compile ' com.android.support:appcompat-v7:25 .1.1'
71
+ compile ' com.android.support:design:25 .1.1'
72
+ compile ' com.android.support:recyclerview-v7:25 .1.1'
73
73
compile ' com.google.android.gms:play-services-gcm:8.4.0'
74
74
compile ' com.google.android.gms:play-services-auth:8.4.0'
75
75
compile ' com.squareup.retrofit2:retrofit:2.2.0'
@@ -82,9 +82,9 @@ dependencies {
82
82
compile ' org.ccil.cowan.tagsoup:tagsoup:1.2.1'
83
83
compile ' com.squareup.picasso:picasso:2.5.2'
84
84
// noinspection GradleCompatible
85
- compile ' com.android.support:customtabs:23.3.0 '
85
+ compile ' com.android.support:customtabs:25.1.1 '
86
86
compile ' com.github.bumptech.glide:glide:3.7.0'
87
- compile ' com.android.support:support-v4:24 .1.0 '
87
+ compile ' com.android.support:support-v4:25 .1.1 '
88
88
compile ' com.theartofdev.edmodo:android-image-cropper:2.3.+'
89
89
compile(' com.crashlytics.sdk.android:crashlytics:2.6.6@aar' ) {
90
90
transitive = true ;
@@ -102,7 +102,7 @@ dependencies {
102
102
androidTestCompile(' com.android.support.test.espresso:espresso-contrib:2.2.2' ) {
103
103
exclude group : ' com.android.support'
104
104
}
105
- androidTestCompile(' com.android.support:support-annotations:24 .1.1' ) {
105
+ androidTestCompile(' com.android.support:support-annotations:25 .1.1' ) {
106
106
exclude group : ' com.android.support'
107
107
}
108
108
0 commit comments