Skip to content

Commit

Permalink
V2.0.0 支持单独跳转到拍照
Browse files Browse the repository at this point in the history
  • Loading branch information
smuyyh committed Oct 23, 2017
1 parent 4b637ed commit ae0a597
Show file tree
Hide file tree
Showing 3 changed files with 7 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:1.3.8'
compile 'com.yuyh.imgsel:library:2.0.0'
}
```

## 版本

**V1.3.8 图片裁剪适配android-7.0 解决Provider冲突**
**V2.0.0 支持单独跳转拍照,一些优化**

## 注意事项

Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.4.0'
compile project(':library')
//compile project(':library')
compile 'com.yuyh.imgsel:library:2.0.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.facebook.fresco:fresco:0.6.0'
}
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 = "1.3.8" // 版本号
version = "2.0.0" // 版本号

android {
compileSdkVersion 23
Expand All @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 16
versionName "1.3.8"
versionCode 200
versionName "2.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit ae0a597

Please sign in to comment.