#8264: Enabled isPseudoLocalesEnabled for debug (#8367)

Enabled isPseudoLocalesEnabled for debug
This commit is contained in:
Brett McGinnis 2022-11-03 06:46:53 -07:00 committed by GitHub
parent b006fe3a22
commit ea3f933e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ android {
named("debug") {
versionNameSuffix = "-${getCommitCount()}"
applicationIdSuffix = ".debug"
isPseudoLocalesEnabled = true
}
named("release") {
isShrinkResources = true