File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,25 @@ sudo: false
55env :
66 global :
77 - COMPILE_SDK_VERSION = 26
8+ - BUILD_TOOLS_VERSION = 26.0.2
89
910android :
1011 components :
12+ - tools
1113 - platform-tools
1214 - tools
15+ - build-tools-$BUILD_TOOLS_VERSION
1316 - android-$COMPILE_SDK_VERSION
1417
1518 licenses :
16- - android-sdk-license-.+
19+ - ' android-sdk-preview-license-52d11cd2'
20+ - ' android-sdk-license-.+'
1721 - ' .+'
1822
1923 notifications :
2024 email : false
2125
2226before_install :
23- - chmod +x gradlew
2427 - mkdir "$ANDROID_HOME/licenses" || true
2528 - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
2629 - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
You can’t perform that action at this time.
0 commit comments