Change name and package ID for test version

This commit is contained in:
Torsten Grote
2018-11-22 09:28:26 -02:00
parent ecc73b95e3
commit 82258a21ab
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
applicationIdSuffix ".test"
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_package" translatable="false">org.briarproject.briar.android.debug</string>
<string name="app_name" translatable="false">Briar Test</string>
<string name="app_package" translatable="false">org.briarproject.briar.android.test</string>
</resources>