Skip to content

Commit

Permalink
feat: add comments to resConfigs block
Browse files Browse the repository at this point in the history
  • Loading branch information
hurali97 committed Apr 9, 2024
1 parent 3f6b18c commit af5d964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ android {
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001046100
versionName "1.4.61-0"
// 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"
}

Expand Down

0 comments on commit af5d964

Please sign in to comment.