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:
Kelson 2023-05-19 14:24:39 +02:00 committed by GitHub
commit e6532b511d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,12 @@ android {
}
}
}
splits {
abi {
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
}
}
}