diff --git a/app/build.gradle b/app/build.gradle index 9ddc1cbc..0a9f5e4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"