Update: Move application_name to build.gradle

This commit is contained in:
LooKeR
2021-10-29 16:10:38 +05:30
parent c90469429b
commit 07d7334e76
3 changed files with 2 additions and 5 deletions

View File

@ -50,10 +50,12 @@ android {
shrinkResources = false
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"
resValue "string", "application_name", "Droid-ify-Debug"
}
release {
minifyEnabled = true
shrinkResources = true
resValue "string", "application_name", "Droid-ify"
}
all {
crunchPngs = false