diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
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 |