mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
Update required APIs
This commit is contained in:
parent
0a0cd045a1
commit
2e03bef227
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ before_install:
|
|||
# Install base Android SDK
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libstdc++6:i386 lib32z1
|
||||
- export COMPONENTS=build-tools-18.1.0,android-16,sysimg-16,extra-android-support
|
||||
- export COMPONENTS=build-tools-18.1.0,android-16,android-17,android-19,sysimg-16,extra-android-support
|
||||
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
|
||||
- source ~/.android-sdk-installer/env
|
||||
|
||||
|
|
Loading…
Reference in a new issue