Skip to content

Commit 32bbeab

Browse files
author
Manny Jimenez
committed
FAD Changing provider paths
1 parent e445aca commit 32bbeab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebase-app-distribution/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444

4545
<provider
4646
android:name="androidx.core.content.FileProvider"
47-
android:authorities="${applicationId}.appdistro.fileprovider"
47+
android:authorities="${applicationId}.firebaseappdistribution.fileprovider"
4848
android:exported="false"
4949
android:grantUriPermissions="true">
5050
<meta-data
5151
android:name="android.support.FILE_PROVIDER_PATHS"
52-
android:resource="@xml/appdistro_provider_paths" />
52+
android:resource="@xml/firebase_app_distribution_provider_paths" />
5353
</provider>
5454
</application>
5555
</manifest>

0 commit comments

Comments
 (0)