diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e11dd0e6..279a681d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,7 +29,7 @@ android { buildTypes { debug { applicationIdSuffix = ".debug" - resValue("string", "app_name", "ReVanced Manager Debug") + resValue("string", "app_name", "ReVanced Manager (dev)") buildConfigField("long", "BUILD_ID", "${Random.nextLong()}L") }