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") {
|
named("debug") {
|
||||||
versionNameSuffix = "-${getCommitCount()}"
|
versionNameSuffix = "-${getCommitCount()}"
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
|
isPseudoLocalesEnabled = true
|
||||||
}
|
}
|
||||||
named("release") {
|
named("release") {
|
||||||
isShrinkResources = true
|
isShrinkResources = true
|
||||||
|
|
Reference in a new issue