mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-01-31 18:56:42 +01:00
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:
parent
d1fbe5dd49
commit
cb080f027b
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ android {
|
|||
debuggable ${LIBSUPERDERPY_ANDROID_DEBUGGABLE}
|
||||
}
|
||||
}
|
||||
aaptOptions {
|
||||
noCompress "opus", "wbp"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue