diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7060ce354..5c1bcd942 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -63,7 +63,13 @@ android { } } } - + 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 + } + } sourceSets { getByName("androidTest") { java.srcDirs("$rootDir/core/src/sharedTestFunctions/java")