android: don't compress opus and wbp files when packaging apk

fixes an issue with playback of opus files getting cut
This commit is contained in:
Sebastian Krzyszkowiak 2019-01-21 21:41:41 +01:00
parent d1fbe5dd49
commit cb080f027b
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -19,6 +19,9 @@ android {
debuggable ${LIBSUPERDERPY_ANDROID_DEBUGGABLE}
}
}
aaptOptions {
noCompress "opus", "wbp"
}
}
dependencies {