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

Commit

Permalink
Revert "Update SDK and library versions."
Browse files Browse the repository at this point in the history
This reverts commit 083f5f5.
  • Loading branch information
divs4debu authored and kunall17 committed Apr 8, 2017
1 parent 2b2d095 commit 506a970
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ android:
- platform-tools

# The BuildTools version used by your project
- build-tools-25.0.2
- build-tools-23.0.2

# The SDK version used to compile your project
- android-25
- android-24

# Additional components
- extra-google-google_play_services
Expand Down
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ repositories {


android {
compileSdkVersion 25
compileSdkVersion 24
//noinspection GradleDependency
buildToolsVersion "25.0.2"
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.zulip.android"
minSdkVersion 13
//noinspection OldTargetApi
targetSdkVersion 25
targetSdkVersion 23

versionCode 27
versionName "1.2.1"
Expand Down Expand Up @@ -67,9 +67,9 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:design:25.1.1'
compile 'com.android.support:recyclerview-v7:25.1.1'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.google.android.gms:play-services-gcm:8.4.0'
compile 'com.google.android.gms:play-services-auth:8.4.0'
compile 'com.squareup.retrofit2:retrofit:2.2.0'
Expand All @@ -82,9 +82,9 @@ dependencies {
compile 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
compile 'com.squareup.picasso:picasso:2.5.2'
//noinspection GradleCompatible
compile 'com.android.support:customtabs:25.1.1'
compile 'com.android.support:customtabs:23.3.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.android.support:support-v4:25.1.1'
compile 'com.android.support:support-v4:24.1.0'
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.+'
compile('com.crashlytics.sdk.android:crashlytics:2.6.7@aar') {
transitive = true;
Expand All @@ -102,7 +102,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-contrib:2.2.2') {
exclude group: 'com.android.support'
}
androidTestCompile('com.android.support:support-annotations:25.1.1') {
androidTestCompile('com.android.support:support-annotations:24.1.1') {
exclude group: 'com.android.support'
}

Expand Down
6 changes: 3 additions & 3 deletions customLintAAR/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'maven'


android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
compileSdkVersion 24
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 13
targetSdkVersion 25
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 506a970

Please sign in to comment.