Skip to content

Commit 2d2b47b

Browse files
manny-jimenezManny Jimenez
andauthored
FAD Changing provider paths (#2987)
Co-authored-by: Manny Jimenez <[email protected]>
1 parent 0e40391 commit 2d2b47b

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)