File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ jdk: oraclejdk8
55android :
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
1212before_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
Original file line number Diff line number Diff line change 2929}
3030
3131android {
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 {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525}
2626
2727android {
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 {
You can’t perform that action at this time.
0 commit comments