Updated on 2026-08-14
This commit is contained in:
parent
7ca9946f47
commit
d487f796be
2 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ android {
|
|||
resources.excludes.add("META-INF/LICENSE.md")
|
||||
resources.excludes.add("META-INF/NOTICE.md")
|
||||
}
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
|
|
|||
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
|
|
@ -0,0 +1 @@
|
|||
unqualifiedResLocale=en-US
|
||||
Loading…
Add table
Add a link
Reference in a new issue