1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-05-14 23:16:30 +02:00

: Enabled isPseudoLocalesEnabled for debug ()

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

@ -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