Housekeeping: Cleared UnNeeded resValue

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-06-11 19:20:40 +01:00
parent 8fca822f4d
commit 3b883d360e

View File

@@ -37,7 +37,6 @@ android {
"proguard-rules.pro"
)
resValue("string", "app_name", "Easy Launcher (Debug)")
// resValue("string", "settings_backups_file", "autoBackup.debug.ini")
}
getByName("release") {
@@ -48,7 +47,6 @@ android {
"proguard-rules.pro"
)
resValue("string", "app_name", "Easy Launcher")
// resValue("string", "settings_backups_file", "autoBackup.ini")
}
}