summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2017-10-22 07:36:45 +0200
committerGitHub <noreply@github.com>2017-10-22 07:36:45 +0200
commit325c46715daa69605c9646f33ce577a246106ca2 (patch)
tree55855da22e295390e20c4b76c8528c264f817679 /app
parenteb920d73630132780395596aa347100a80d9d17a (diff)
parent997491fc3d8de8538724bae47408b07eca049bea (diff)
downloadAntennaPod-325c46715daa69605c9646f33ce577a246106ca2.zip
Merge pull request #2459 from ByteHamster/debug-name
Use different name for debug builds
Diffstat (limited to 'app')
-rw-r--r--app/src/debug/res/values/strings.xml4
1 files changed, 4 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 000000000..47ef3c5fd
--- /dev/null
+++ b/app/src/debug/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name" translate="false">AntennaPod Debug</string>
+</resources>