mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-12 18:39:20 +00:00
Update: Move application_name
to build.gradle
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user