Commit e83d49e6 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Test with build-tools version 26.0.0

parent 68da3f2c
...@@ -4,7 +4,7 @@ apply from: rootProject.file('dependencies.gradle') ...@@ -4,7 +4,7 @@ apply from: rootProject.file('dependencies.gradle')
ext { ext {
compileSdkVersion = 26 compileSdkVersion = 26
targetSdkVersion = 26 targetSdkVersion = 26
buildToolsVersion = "26.0.2" buildToolsVersion = "26.0.0"
} }
buildscript { buildscript {
......
...@@ -27,10 +27,10 @@ dependencies: ...@@ -27,10 +27,10 @@ dependencies:
- echo y | android update sdk --no-ui --all --filter android-26 - echo y | android update sdk --no-ui --all --filter android-26
- echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support - echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services - echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
- echo y | android update sdk --no-ui --all --filter build-tools-26.0.2 - echo y | android update sdk --no-ui --all --filter build-tools-26.0.0
cache_directories: cache_directories:
- /usr/local/android-sdk-linux/tools - /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/26.0.2 - /usr/local/android-sdk-linux/build-tools/26.0.0
test: test:
override: override:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment