File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,24 @@ android:
19
19
20
20
- platform-tools
21
21
- tools
22
- - build-tools-28 .0.3
23
- - android-28
22
+ - build-tools-29 .0.0-rc3
23
+ - android-29
24
24
- extra-google-m2repository
25
25
- extra-android-m2repository
26
26
27
+ # https://docs.travis-ci.com/user/languages/android/
27
28
licenses :
28
- - android-sdk-license-.+
29
+ - ' android-sdk-preview-license-52d11cd2'
30
+ - ' android-sdk-license-.+'
31
+ - ' google-gdk-license-.+'
29
32
30
33
before_install :
31
34
- git submodule update --init --recursive
32
35
- chmod u+x gradlew
33
36
- android list sdk --no-ui --all --extended
34
37
- 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"
36
40
37
41
install : true
38
42
@@ -43,4 +47,4 @@ script:
43
47
after_failure : true
44
48
45
49
notifications :
46
- email : false
50
+ email : false
You can’t perform that action at this time.
0 commit comments