mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
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:
5
briar-android/src/debug/res/values/strings.xml
Normal file
5
briar-android/src/debug/res/values/strings.xml
Normal 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>
|
||||
Reference in New Issue
Block a user