From cb080f027b7a62217d02575f0c2509a0d214d9e8 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Mon, 21 Jan 2019 21:41:41 +0100 Subject: [PATCH] android: don't compress opus and wbp files when packaging apk fixes an issue with playback of opus files getting cut --- android/app/build.gradle.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/app/build.gradle.in b/android/app/build.gradle.in index 060f107..0169f57 100644 --- a/android/app/build.gradle.in +++ b/android/app/build.gradle.in @@ -19,6 +19,9 @@ android { debuggable ${LIBSUPERDERPY_ANDROID_DEBUGGABLE} } } + aaptOptions { + noCompress "opus", "wbp" + } } dependencies {