Move res values from build.gradle into strings.xml

This fixes an issue where the build type values were overriding the
flavor values.
This commit is contained in:
Torsten Grote
2018-08-03 13:08:18 -03:00
parent cc6041e90c
commit edb8e8f9d0
5 changed files with 30 additions and 22 deletions

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Briar</string>
<string name="app_package" translatable="false">org.briarproject.briar.android</string>
<!-- Setup -->
<string name="setup_title">Welcome to Briar</string>
<string name="setup_name_explanation">Your nickname will be shown next to any content you post. You can\'t change it after creating your account.</string>