aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorsal0max <msal.coding@gmail.com>2022-09-21 04:57:42 +0000
committerGitHub <noreply@github.com>2022-09-21 04:57:42 +0000
commit269a01ed42916153e5c5e777e07724c08774c40f (patch)
tree5a1e849c261ada5e368fccf934d78edfc8a221f6 /app/src/main/AndroidManifest.xml
parent3c492d262621c3f69cd03a33b12260f73aeaeba2 (diff)
downloadinfinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.gz
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.bz2
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.lz
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.xz
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.zst
infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.zip
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
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c5bd8ebf..4b97efb8 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -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