diff --git a/build.gradle b/build.gradle
index 3eee649c..05054217 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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
diff --git a/src/debug/res/values/strings.xml b/src/debug/res/values/strings.xml
deleted file mode 100644
index c04587e2..00000000
--- a/src/debug/res/values/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Droid-ify-Debug
-
\ No newline at end of file
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 03172ca8..e8804af0 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -10,7 +10,6 @@
Amoled
Anti-features
Application
- Droid-ify
Application not found
Author email
Author website