Skip to content

Commit

Permalink
V 1.3.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
smuyyh committed Feb 7, 2017
1 parent c5220c3 commit 7999355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5'
compile 'com.yuyh.imgsel:library:1.3.6'
}
```

## 版本

**V1.3.5 图片多选支持大图预览, 部分优化**
**V1.3.6 图片裁剪适配android-7.0**

## 注意事项

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 = "1.3.5" // 版本号
version = "1.3.6" // 版本号

android {
compileSdkVersion 23
Expand All @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 13
versionName "1.3.5"
versionCode 14
versionName "1.3.6"
}
buildTypes {
release {
Expand Down

0 comments on commit 7999355

Please sign in to comment.