add new debug build so two tusky versions can be run on the same device

This commit is contained in:
Conny Duck 2017-12-08 12:15:46 +01:00
commit 2899114f66
17 changed files with 28 additions and 4 deletions

View file

@ -40,7 +40,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="@string/oauth_redirect_host"
android:host="${applicationId}"
android:scheme="@string/oauth_scheme" />
</intent-filter>
</activity>
@ -111,7 +111,7 @@
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.keylesspalace.tusky.fileprovider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data