File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,14 @@ cache:
10
10
- $HOME/.gradle/caches/
11
11
- $HOME/.gradle/wrapper/
12
12
- $HOME/.android/build-cache
13
- before_install :
14
- - mkdir "$ANDROID_HOME/licenses" || true
15
- - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
16
- - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
17
13
android :
18
14
components :
19
15
# https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
20
16
- tools
21
17
- tools
22
18
before_script :
23
19
- mv library/google-services.json app/google-services.json
24
- - ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.1" "platforms;android-26" "extras;google;m2repository"
20
+ - echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.1" "platforms;android-26" "extras;google;m2repository"
25
21
script : ./gradlew clean assembleDebug check
26
22
after_failure :
27
23
# tests
You can’t perform that action at this time.
0 commit comments