Skip to content

Commit

Permalink
fix #1624 : Fixed App crashing on clicking on EditProfile button.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKumdale authored and therajanmaurya committed May 27, 2024
1 parent 057ac5e commit 48b4bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mifospay/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="org.mifospay.provider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down

0 comments on commit 48b4bbb

Please sign in to comment.