mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Enabled isPseudoLocalesEnabled for debug
This commit is contained in:
parent
b006fe3a22
commit
ea3f933e95
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ android {
|
|||
named("debug") {
|
||||
versionNameSuffix = "-${getCommitCount()}"
|
||||
applicationIdSuffix = ".debug"
|
||||
isPseudoLocalesEnabled = true
|
||||
}
|
||||
named("release") {
|
||||
isShrinkResources = true
|
||||
|
|
Loading…
Reference in a new issue