Commit d0883c23 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Back to using build-tools version 26.0.2

parent 353097f0
......@@ -4,7 +4,7 @@ apply from: rootProject.file('dependencies.gradle')
ext {
compileSdkVersion = 26
targetSdkVersion = 26
buildToolsVersion = "26.0.0"
buildToolsVersion = "26.0.2"
}
buildscript {
......
......@@ -12,6 +12,10 @@ machine:
dependencies:
pre:
- sudo service mysql stop; sleep 5
- sudo service mongod stop; sleep 5
- sudo killall postgres; sleep 5
- git fetch --tags
- echo "sdk.dir="$ANDROID_HOME > local.properties
......@@ -27,10 +31,10 @@ dependencies:
- 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-google-m2repository,extra-google-google_play_services
- echo y | android update sdk --no-ui --all --filter build-tools-26.0.0
- echo y | android update sdk --no-ui --all --filter build-tools-26.0.2
cache_directories:
- /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/26.0.0
- /usr/local/android-sdk-linux/build-tools/26.0.2
test:
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