feat: rename debug build to ReVanced Manager (dev)

This commit is contained in:
Robert
2024-06-23 17:27:40 +02:00
committed by oSumAtrIX
parent 16c4290f05
commit d3417adbeb

View File

@@ -29,7 +29,7 @@ android {
buildTypes { buildTypes {
debug { debug {
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
resValue("string", "app_name", "ReVanced Manager Debug") resValue("string", "app_name", "ReVanced Manager (dev)")
buildConfigField("long", "BUILD_ID", "${Random.nextLong()}L") buildConfigField("long", "BUILD_ID", "${Random.nextLong()}L")
} }