Skip to content

Commit

Permalink
chore ( Android Version): upgrade android version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyulan committed Oct 20, 2016
1 parent 8a7e7d3 commit 3b41889
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ android:
- tools

# The BuildTools version used by your project
- build-tools-24.0.3
- build-tools-25.0.0

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

# Additional components
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-24
- addon-google_apis-google-25

# Specify at least one system image,
# if you need to run emulator(s) during your tests
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0'
Expand All @@ -27,8 +27,8 @@ task clean(type: Delete) {
}

ext {
supportLibraryVersion = '24.2.1'
supportLibraryVersion = '25.0.0'
rx_binding_version = '0.4.0'
sdk_version = 24
buildToolsVersion = "24.0.3"
sdk_version = 25
buildToolsVersion = "25.0.0"
}

0 comments on commit 3b41889

Please sign in to comment.