Skip to content

Commit

Permalink
Merge pull request Expensify#39688 from callstack-internal/audit/app-…
Browse files Browse the repository at this point in the history
…startup/use-only-required-locales

[Audit][Implementation] - Use only supported locales to reduce the APK size
  • Loading branch information
Julesssss authored Apr 10, 2024
2 parents ac6581e + c813a66 commit 70a4818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 70a4818

Please sign in to comment.