We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242c457 commit cd06d36Copy full SHA for cd06d36
app/build.gradle.kts
@@ -28,6 +28,7 @@ android {
28
debug {
29
applicationIdSuffix = ".debug"
30
resValue("string", "app_name", "ReVanced Manager (dev)")
31
+ isPseudoLocalesEnabled = true
32
33
buildConfigField("long", "BUILD_ID", "${Random.nextLong()}L")
34
}
@@ -43,6 +44,8 @@ android {
43
44
45
resValue("string", "app_name", "ReVanced Manager Debug")
46
signingConfig = signingConfigs.getByName("debug")
47
+
48
49
50
51
buildConfigField("long", "BUILD_ID", "0L")
0 commit comments