Skip to content

Commit

Permalink
修复部分bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luck1991 committed Jan 17, 2017
1 parent 09d94b5 commit 95a1501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.luck.pictureselector"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down

0 comments on commit 95a1501

Please sign in to comment.