add new debug build so two tusky versions can be run on the same device
This commit is contained in:
parent
7fc4ad7528
commit
2899114f66
17 changed files with 28 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue