Allow parallel installation of debug and release versions (#636)

* Allow parallel installation of debug and release versions
...by adding '.debug' suffix to application id

* add separate app name resource for debug build
This commit is contained in:
sal0max
2022-09-21 06:57:42 +02:00
committed by GitHub
parent 3c492d2626
commit 269a01ed42
4 changed files with 10 additions and 3 deletions

View File

@@ -419,7 +419,7 @@
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="ml.docilealligator.infinityforreddit.provider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data