Skip to content

Commit 28cf7b2

Browse files
author
Manny Jimenez
committed
FAD Fixing file provider conflict
1 parent a1031c0 commit 28cf7b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<provider
4646
android:name="androidx.core.content.FileProvider"
47-
android:authorities="${applicationId}.firebaseappdistribution.fileprovider"
47+
android:authorities="${applicationId}.FirebaseAppDistributionFileProvider"
4848
android:exported="false"
4949
android:grantUriPermissions="true">
5050
<meta-data
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.google.firebase.appdistribution;
2+
3+
import androidx.core.content.FileProvider;
4+
5+
public class FirebaseAppDistributionFileProvider extends FileProvider {}

0 commit comments

Comments
 (0)