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

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Briar Debug</string>
<string name="app_package" translatable="false">org.briarproject.briar.android.debug</string>
</resources>