Disable buldle split for languages

This commit is contained in:
crimean 2019-03-15 15:57:09 +03:00
parent 682316fc0e
commit 41edf4135f

View file

@ -66,6 +66,16 @@ android {
warningsAsErrors false
}
bundle {
language {
// Specifies that the app bundle should not support
// configuration APKs for language resources. These
// resources are instead packaged with each base and
// dynamic feature APK.
enableSplit = false
}
}
// related to kuromoji
//packagingOptions {
// exclude '/META-INF/CONTRIBUTORS.md'