Skip to content

Commit

Permalink
Merge pull request #59 from ParkSangGwon/fix/authorities-name-unique
Browse files Browse the repository at this point in the history
Fix authorities name unique
  • Loading branch information
ParkSangGwon authored Jan 28, 2021
2 parents 223ff1f + 4414a10 commit cf086f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
GROUP=gun0912.ted
VERSION_NAME=1.1.6
VERSION_NAME=1.1.7
DEVELOPER_ID='gun0912'
DEVELOPER_NAME='Ted Park'
SITE_URL='https://github.com/ParkSangGwon/TedImagePicker'
Expand Down
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 cf086f8

Please sign in to comment.