Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnpublished <unpublished@gmx.net>2021-02-28 14:37:18 +0300
committerUnpublished <unpublished@gmx.net>2021-02-28 14:38:13 +0300
commit99d3687aaf554440fb7754a4d52675d3900c36dc (patch)
tree8bd3804117d637bd7a7a9a32035ffc2197298182 /News-Android-App/src/dev/res
parent56dd0f631cec1f1c63d1981a9b3dcc4be68f6c00 (diff)
Allow installing dev build next to release build
Signed-off-by: Unpublished <unpublished@gmx.net>
Diffstat (limited to 'News-Android-App/src/dev/res')
-rw-r--r--News-Android-App/src/dev/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/News-Android-App/src/dev/res/values/strings.xml b/News-Android-App/src/dev/res/values/strings.xml
new file mode 100644
index 00000000..fb18ba4f
--- /dev/null
+++ b/News-Android-App/src/dev/res/values/strings.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name" translatable="false">News Dev</string>
+ <string name="account_type" translatable="false">de.luhmer.owncloudnewsreader.dev</string>
+ <string name="authority" translatable="false">de.luhmer.owncloudnewsreader.dev</string>
+</resources>