Merge branch 'social-backup-poc-separate-namespace' into 'social-backup-poc'

Use different applicationId/app package

See merge request briar/briar!1410
This commit is contained in:
peg
2021-03-15 09:51:32 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name" translatable="false">Briar</string>
<string name="app_package" translatable="false">org.briarproject.briar.android</string>
<string name="app_name" translatable="false">Briar SB</string>
<string name="app_package" translatable="false">org.briarproject.briar.socialbackup</string>
<!-- Setup -->
<string name="setup_title">Welcome to Briar</string>