Enabled isPseudoLocalesEnabled for debug (cherry picked from commit ea3f933e959f6bbb1875c5e02c870e7fb89a0a38)
This commit is contained in:
parent
371c4fa46e
commit
1cf18f242e
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ android {
|
||||||
named("debug") {
|
named("debug") {
|
||||||
versionNameSuffix = "-${getCommitCount()}"
|
versionNameSuffix = "-${getCommitCount()}"
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
|
isPseudoLocalesEnabled = true
|
||||||
}
|
}
|
||||||
create("releaseTest") {
|
create("releaseTest") {
|
||||||
applicationIdSuffix = ".rt"
|
applicationIdSuffix = ".rt"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue