Skip to content

Commit

Permalink
Update build tools to 25.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Feb 13, 2017
1 parent a39a646 commit f1d6eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ jdk: oraclejdk8
android:
components:
- tools
- build-tools-23.0.2
- android-10
- build-tools-25.0.2
- android-25
- extra-android-m2repository

before_script:
- chmod +x gradlew
# - echo no | android create avd --force -n test -t android-10 --abi armeabi
# - emulator -avd test -no-skin -no-audio -no-window &
# - android-wait-for-emulator
Expand Down
2 changes: 1 addition & 1 deletion EventBusPerformance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apt {
}

android {
buildToolsVersion '23.0.2' // When updating, don't forget to adjust .travis.yml
buildToolsVersion '25.0.2' // When updating, don't forget to adjust .travis.yml
compileSdkVersion 19

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion EventBusTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
}

android {
buildToolsVersion '23.0.2' // When updating, don't forget to adjust .travis.yml
buildToolsVersion '25.0.2' // When updating, don't forget to adjust .travis.yml
compileSdkVersion 19

sourceSets {
Expand Down

0 comments on commit f1d6eb4

Please sign in to comment.