1
0
mirror of https://github.com/apognu/otter synced 2025-03-12 21:40:04 +01:00

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

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"