diff --git a/custom/build.gradle.kts b/custom/build.gradle.kts index 903da6913..f88975d2f 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -35,6 +35,13 @@ android { isUniversalApk = true } } + bundle { + language { + // This is disabled so that the App Bundle does NOT split the APK for each language. + // We're gonna use the same APK for all languages. + enableSplit = false + } + } } fun ProductFlavor.createDownloadTask(file: File): Task {