diff --git a/android/app/build.gradle b/android/app/build.gradle index da32fc9cfe36..4e3744dfb4e8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -100,6 +100,9 @@ android { multiDexEnabled rootProject.ext.multiDexEnabled versionCode 1001046105 versionName "1.4.61-5" + // Supported language variants must be declared here to avoid from being removed during the compilation. + // This also helps us to not include unnecessary language variants in the APK. + resConfigs "en", "es" } flavorDimensions "default"