diff --git a/core/build.gradle b/core/build.gradle index fc9f93cf6..beac0aa8a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -5,6 +5,10 @@ android { buildToolsVersion "25.0.3" buildTypes { + debug { + applicationIdSuffix ".indev" + versionNameSuffix '-INDEV' + } release { shrinkResources true minifyEnabled true diff --git a/core/src/debug/res/mipmap-xhdpi/ic_launcher.png b/core/src/debug/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..9850b1fbd Binary files /dev/null and b/core/src/debug/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/core/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/core/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..30c5192e1 Binary files /dev/null and b/core/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/core/src/debug/res/values/strings.xml b/core/src/debug/res/values/strings.xml new file mode 100644 index 000000000..b201e23cf --- /dev/null +++ b/core/src/debug/res/values/strings.xml @@ -0,0 +1,5 @@ + + + ShatteredPD INDEV + + \ No newline at end of file