mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Move application_name
to build.gradle
This commit is contained in:
parent
c90469429b
commit
07d7334e76
@ -50,10 +50,12 @@ android {
|
|||||||
shrinkResources = false
|
shrinkResources = false
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
versionNameSuffix = "-debug"
|
versionNameSuffix = "-debug"
|
||||||
|
resValue "string", "application_name", "Droid-ify-Debug"
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled = true
|
minifyEnabled = true
|
||||||
shrinkResources = true
|
shrinkResources = true
|
||||||
|
resValue "string", "application_name", "Droid-ify"
|
||||||
}
|
}
|
||||||
all {
|
all {
|
||||||
crunchPngs = false
|
crunchPngs = false
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="application_name" translatable="false">Droid-ify-Debug</string>
|
|
||||||
</resources>
|
|
@ -10,7 +10,6 @@
|
|||||||
<string name="amoled">Amoled</string>
|
<string name="amoled">Amoled</string>
|
||||||
<string name="anti_features">Anti-features</string>
|
<string name="anti_features">Anti-features</string>
|
||||||
<string name="application">Application</string>
|
<string name="application">Application</string>
|
||||||
<string name="application_name" translatable="false">Droid-ify</string>
|
|
||||||
<string name="application_not_found">Application not found</string>
|
<string name="application_not_found">Application not found</string>
|
||||||
<string name="author_email">Author email</string>
|
<string name="author_email">Author email</string>
|
||||||
<string name="author_website">Author website</string>
|
<string name="author_website">Author website</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user