diff --git a/android/app/build.gradle b/android/app/build.gradle index 548788f2f..54714ad4c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,6 +76,14 @@ android { dataBinding = true buildConfig = true } + + // Users are complaining that the app should be re-downloaded from the Play Store after changing the language. + bundle { + language { + enableSplit = false + } + } + // All properties are read from gradle.properties file compileSdk propCompileSdkVersion.toInteger()