[Android] Disable splitting languages in app bundle

Robert Stone git at videolan.org
Mon Nov 4 13:46:57 UTC 2024


vlc-android | branch: master | Robert Stone <rhstone at gmail.com> | Wed Oct 30 19:30:23 2024 -0700| [0c643c755ce34516fc6205633a7f9c68e7f0daab] | committer: Duncan McNamara

Disable splitting languages in app bundle

Fixes #3091

> https://code.videolan.org/videolan/vlc-android/commit/0c643c755ce34516fc6205633a7f9c68e7f0daab
---

 application/app/build.gradle | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/application/app/build.gradle b/application/app/build.gradle
index 34c76a6296..f1a7608d70 100644
--- a/application/app/build.gradle
+++ b/application/app/build.gradle
@@ -101,6 +101,12 @@ android {
         manifest.srcFile 'flavors/release/AndroidManifest.xml'
     }
 
+    bundle {
+        language {
+            enableSplit = false
+        }
+    }
+
     splits {
         abi {
             def isReleaseBuild = false



More information about the Android mailing list