Skip to content

Commit cd06d36

Browse files
committed
build: Enable pseudo locale for debug variant
1 parent 242c457 commit cd06d36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ android {
2828
debug {
2929
applicationIdSuffix = ".debug"
3030
resValue("string", "app_name", "ReVanced Manager (dev)")
31+
isPseudoLocalesEnabled = true
3132

3233
buildConfigField("long", "BUILD_ID", "${Random.nextLong()}L")
3334
}
@@ -43,6 +44,8 @@ android {
4344
applicationIdSuffix = ".debug"
4445
resValue("string", "app_name", "ReVanced Manager Debug")
4546
signingConfig = signingConfigs.getByName("debug")
47+
48+
isPseudoLocalesEnabled = true
4649
}
4750

4851
buildConfigField("long", "BUILD_ID", "0L")

0 commit comments

Comments
 (0)