mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -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
|
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 {
|
fun ProductFlavor.createDownloadTask(file: File): Task {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user