travis: small cleanup and update

This commit is contained in:
rafal1137 2020-04-30 19:13:56 +02:00
parent 287d94ed6f
commit 03ac8d8946
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.3
- android-26
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@ -21,6 +20,7 @@ licenses:
- 'google-gdk-license-.+'
install:
- echo y | sdkmanager "ndk-bundle"
- echo y | sdkmanager "ndk;16.1.4479499"
- echo y | sdkmanager "cmake;3.10.2.4988404"
before_script:
- sudo chmod +x gradlew