Skip to content

Commit 298e6d2

Browse files
Update build tools to 25.0.2
1 parent 5cd5fc7 commit 298e6d2

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ jdk: oraclejdk8
55
android:
66
components:
77
- tools
8-
- build-tools-23.0.2
9-
- android-10
8+
- build-tools-25.0.2
9+
- android-25
1010
- extra-android-m2repository
1111

1212
before_script:
13-
- chmod +x gradlew
1413
# - echo no | android create avd --force -n test -t android-10 --abi armeabi
1514
# - emulator -avd test -no-skin -no-audio -no-window &
1615
# - android-wait-for-emulator

EventBusPerformance/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apt {
2929
}
3030

3131
android {
32-
buildToolsVersion '23.0.2' // When updating, don't forget to adjust .travis.yml
32+
buildToolsVersion '25.0.2' // When updating, don't forget to adjust .travis.yml
3333
compileSdkVersion 19
3434

3535
sourceSets {

EventBusTest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
}
2626

2727
android {
28-
buildToolsVersion '23.0.2' // When updating, don't forget to adjust .travis.yml
28+
buildToolsVersion '25.0.2' // When updating, don't forget to adjust .travis.yml
2929
compileSdkVersion 19
3030

3131
sourceSets {

0 commit comments

Comments
 (0)