mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
added disable split mode for the each language
This commit is contained in:
parent
846868499e
commit
5adc75281c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user