Skip to content

Commit

Permalink
Add support for changing app locale in 13+
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Aug 24, 2024
1 parent 67706c1 commit cb06abf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
compileSdk 34
minSdk 21
targetSdk 34
versionName "4.2.3"
versionName "4.2.4"
versionCode = versionName.replace(".","").toInteger() * 10

vectorDrawables {
Expand All @@ -28,6 +28,9 @@ android {
}

namespace defaultConfig.applicationId
androidResources {
generateLocaleConfig true
}

flavorDimensions += "source"
productFlavors {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/resources.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualifiedResLocale=en

0 comments on commit cb06abf

Please sign in to comment.