mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -04:00
Merge pull request #2705 from gouri-panda/#2704_fixes_play_store_languages_error
This commit is contained in:
commit
ae750417ea
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user