Fix split breaking language chooser

This commit is contained in:
Cameron Gutman 2018-05-08 21:24:49 -07:00
parent 8ac440b68b
commit c4fa654166

View File

@ -45,6 +45,14 @@ android {
disable 'MissingTranslation'
}
bundle {
language {
// Avoid splitting by language, since we allow users
// to manually switch language in settings.
enableSplit = false
}
}
buildTypes {
debug {
applicationIdSuffix ".debug"