Install NDK for Flac and OPUS codec stripping.

This commit is contained in:
Antoine POPINEAU 2019-10-30 22:10:50 +01:00
parent eac875b9cb
commit d40a2e3702
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ cache:
- "$HOME/.gradle/wrapper/"
- "$HOME/.android/build-cache"
before_install:
- echo y | sdkmanager ndk-bundle
script:
- "./gradlew app:assembleDebug"