Merge pull request #2705 from gouri-panda/#2704_fixes_play_store_languages_error

This commit is contained in:
Kelson 2021-09-12 14:02:55 +02:00 committed by GitHub
commit ae750417ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { sourceSets {
getByName("androidTest") { getByName("androidTest") {
java.srcDirs("$rootDir/core/src/sharedTestFunctions/java") java.srcDirs("$rootDir/core/src/sharedTestFunctions/java")