Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 083f5f5

Browse files
iamareebjamalSam1301
authored andcommitted
Update SDK and library versions.
Fixes: #452.
1 parent db4db07 commit 083f5f5

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ android:
1111
- platform-tools
1212

1313
# The BuildTools version used by your project
14-
- build-tools-23.0.2
14+
- build-tools-25.0.2
1515

1616
# The SDK version used to compile your project
17-
- android-24
17+
- android-25
1818

1919
# Additional components
2020
- extra-google-google_play_services

app/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repositories {
1616

1717

1818
android {
19-
compileSdkVersion 24
19+
compileSdkVersion 25
2020
//noinspection GradleDependency
21-
buildToolsVersion "23.0.2"
21+
buildToolsVersion "25.0.2"
2222
defaultConfig {
2323
applicationId "com.zulip.android"
2424
minSdkVersion 13
2525
//noinspection OldTargetApi
26-
targetSdkVersion 23
26+
targetSdkVersion 25
2727

2828
versionCode 27
2929
versionName "1.2.1"
@@ -67,9 +67,9 @@ android {
6767
}
6868

6969
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'
7373
compile 'com.google.android.gms:play-services-gcm:8.4.0'
7474
compile 'com.google.android.gms:play-services-auth:8.4.0'
7575
compile 'com.squareup.retrofit2:retrofit:2.2.0'
@@ -82,9 +82,9 @@ dependencies {
8282
compile 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
8383
compile 'com.squareup.picasso:picasso:2.5.2'
8484
//noinspection GradleCompatible
85-
compile 'com.android.support:customtabs:23.3.0'
85+
compile 'com.android.support:customtabs:25.1.1'
8686
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'
8888
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.+'
8989
compile('com.crashlytics.sdk.android:crashlytics:2.6.6@aar') {
9090
transitive = true;
@@ -102,7 +102,7 @@ dependencies {
102102
androidTestCompile('com.android.support.test.espresso:espresso-contrib:2.2.2') {
103103
exclude group: 'com.android.support'
104104
}
105-
androidTestCompile('com.android.support:support-annotations:24.1.1') {
105+
androidTestCompile('com.android.support:support-annotations:25.1.1') {
106106
exclude group: 'com.android.support'
107107
}
108108

customLintAAR/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'maven'
33

44

55
android {
6-
compileSdkVersion 24
7-
buildToolsVersion "23.0.2"
6+
compileSdkVersion 25
7+
buildToolsVersion "25.0.2"
88

99
defaultConfig {
1010
minSdkVersion 13
11-
targetSdkVersion 23
11+
targetSdkVersion 25
1212
versionCode 1
1313
versionName "1.0"
1414
}

0 commit comments

Comments
 (0)