Browse Source

Install NDK for Flac and OPUS codec stripping.

housekeeping/remove-warnings
Antoine POPINEAU 5 years ago
parent
commit
d40a2e3702
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 3
      .travis.yml

3
.travis.yml

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

Loading…
Cancel
Save