Skip to content

Commit 8b9421f

Browse files
authored
Update .travis.yml
1 parent 46e8412 commit 8b9421f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@ android:
1919

2020
- platform-tools
2121
- tools
22-
- build-tools-28.0.3
23-
- android-28
22+
- build-tools-29.0.0-rc3
23+
- android-29
2424
- extra-google-m2repository
2525
- extra-android-m2repository
2626

27+
# https://docs.travis-ci.com/user/languages/android/
2728
licenses:
28-
- android-sdk-license-.+
29+
- 'android-sdk-preview-license-52d11cd2'
30+
- 'android-sdk-license-.+'
31+
- 'google-gdk-license-.+'
2932

3033
before_install:
3134
- git submodule update --init --recursive
3235
- chmod u+x gradlew
3336
- android list sdk --no-ui --all --extended
3437
- android list targets
35-
- yes | sdkmanager "platforms;android-28"
38+
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/ -e robots=off -P $ANDROID_HOME/licenses || true
39+
- yes | sdkmanager "platforms;android-29"
3640

3741
install: true
3842

@@ -43,4 +47,4 @@ script:
4347
after_failure: true
4448

4549
notifications:
46-
email: false
50+
email: false

0 commit comments

Comments
 (0)