feat: rename debug build to ReVanced Manager (dev)

This commit is contained in:
Robert 2024-06-23 17:27:40 +02:00
parent 413083c58d
commit c7d183ee8d
No known key found for this signature in database
GPG Key ID: 887C470FCF872DC6

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")
} }