mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 11:25:34 -04:00
Merge pull request #3313 from kiwix/Updat_language_split_for_each_apk
Updated language split for each apk in the bundle
This commit is contained in:
commit
e6532b511d
@ -30,9 +30,12 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
splits {
|
|
||||||
abi {
|
bundle {
|
||||||
isUniversalApk = true
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user