mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-13 01:17:21 -04:00
Accept more sdk terms in travis
This commit is contained in:
parent
5326073ce7
commit
4b4a579ba0
@ -7,6 +7,8 @@ install:
|
|||||||
- echo y | android update sdk -u -a -t platform-tools
|
- echo y | android update sdk -u -a -t platform-tools
|
||||||
- echo y | android update sdk -u -a -t build-tools-24.0.1
|
- echo y | android update sdk -u -a -t build-tools-24.0.1
|
||||||
- echo y | android update sdk -u -a -t android-24
|
- echo y | android update sdk -u -a -t android-24
|
||||||
|
- echo y | android update sdk -u -a -t extra-google-m2repository
|
||||||
|
- echo y | android update sdk -u -a -t extra-android-m2repository
|
||||||
|
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
@ -17,8 +19,6 @@ android:
|
|||||||
|
|
||||||
# The BuildTools version used by your project
|
# The BuildTools version used by your project
|
||||||
- build-tools-24.0.1
|
- build-tools-24.0.1
|
||||||
|
|
||||||
- tools-2.2.3
|
|
||||||
|
|
||||||
# The SDK version used to compile your project
|
# The SDK version used to compile your project
|
||||||
- android-24
|
- android-24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user