Skip to content

Commit

Permalink
fix authorities name
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-prnd committed Jan 28, 2021
1 parent 223ff1f commit 1216c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedimagepicker/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<provider
android:name=".util.TedImagePickerContentProvider"
android:authorities="gun0912.tedimagepicker.provider"
android:authorities="${applicationId}.tedimagepicker.provider"
android:exported="false" />

<provider
Expand Down

0 comments on commit 1216c58

Please sign in to comment.