#8264: Enabled isPseudoLocalesEnabled for debug (#8367)

Enabled isPseudoLocalesEnabled for debug

(cherry picked from commit ea3f933e959f6bbb1875c5e02c870e7fb89a0a38)
This commit is contained in:
Brett McGinnis 2022-11-03 06:46:53 -07:00 committed by Jobobby04
parent 371c4fa46e
commit 1cf18f242e

View File

@ -57,6 +57,7 @@ android {
named("debug") {
versionNameSuffix = "-${getCommitCount()}"
applicationIdSuffix = ".debug"
isPseudoLocalesEnabled = true
}
create("releaseTest") {
applicationIdSuffix = ".rt"