aboutsummaryrefslogtreecommitdiff
path: root/app/src/debug
diff options
context:
space:
mode:
authorsal0max <msal.coding@gmail.com>2022-09-21 04:57:42 +0000
committerGitHub <noreply@github.com>2022-09-21 04:57:42 +0000
commit269a01ed42916153e5c5e777e07724c08774c40f (patch)
tree5a1e849c261ada5e368fccf934d78edfc8a221f6 /app/src/debug
parent3c492d262621c3f69cd03a33b12260f73aeaeba2 (diff)
downloadinfinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.gz
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.bz2
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.lz
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.xz
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.zst
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.zip
Allow parallel installation of debug and release versions (#636)
* Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build
Diffstat (limited to 'app/src/debug')
-rw-r--r--app/src/debug/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml
new file mode 100644
index 00000000..e852a950
--- /dev/null
+++ b/app/src/debug/res/values/strings.xml
@@ -0,0 +1,3 @@
+<resources>
+ <string name="application_name" translatable="false">Infinity (Debug)</string>
+</resources> \ No newline at end of file