File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,17 @@ android:
13
13
- tools
14
14
- build-tools-$BUILD_TOOLS_VERSION
15
15
- android-$COMPILE_SDK_VERSION
16
- # - extra-android-m2repository
17
- # - extra-android-support
16
+ - extra-android-m2repository
17
+ - extra-android-support
18
18
19
19
licenses :
20
- - android-sdk-license-.+
21
- - ' .+'
20
+ - android-sdk-license-.+
21
+ - ' .+'
22
+ notifications :
23
+ email : false
22
24
23
25
before_install :
24
26
- chmod +x gradlew
25
27
- mkdir "$ANDROID_HOME/licenses" || true
26
28
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
27
- - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
28
-
29
- notifications :
30
- email : false
29
+ - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
You can’t perform that action at this time.
0 commit comments