Change package ID and name for prototype

This commit is contained in:
Torsten Grote
2018-10-23 14:02:40 -03:00
parent 1589ea8853
commit 823dbb1b67
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
applicationIdSuffix ".debug.qr" // prototype
shrinkResources false
minifyEnabled true
crunchPngs false

View File

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