We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cf7b2 commit 8a3f492Copy full SHA for 8a3f492
firebase-app-distribution/src/main/AndroidManifest.xml
@@ -43,7 +43,7 @@
43
</activity>
44
45
<provider
46
- android:name="androidx.core.content.FileProvider"
+ android:name="com.google.firebase.appdistribution.FirebaseAppDistributionFileProvider"
47
android:authorities="${applicationId}.FirebaseAppDistributionFileProvider"
48
android:exported="false"
49
android:grantUriPermissions="true">
0 commit comments