Skip to content

Commit

Permalink
provider问题
Browse files Browse the repository at this point in the history
  • Loading branch information
smuyyh committed Aug 13, 2018
1 parent dc16e40 commit 3487a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Android 图片选择器。充分自由定制,极大程度简化使用,支持
## 依赖
```
dependencies {
compile 'com.yuyh.imgsel:library:2.0.4'
compile 'com.yuyh.imgsel:library:2.0.5'
}
```

## 版本

**V2.0.4 provider冲突问题**
**V2.0.5 provider冲突问题**

## 注意事项

Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = "2.0.4" // 版本号
version = "2.0.5" // 版本号

android {
compileSdkVersion 27
Expand All @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 204
versionName "2.0.4"
versionCode 205
versionName "2.0.5"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

0 comments on commit 3487a2b

Please sign in to comment.