From ae0a5979135285c39c6efc6587180d98528a0821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=88=E6=9D=A8?= Date: Mon, 23 Oct 2017 20:21:59 +0800 Subject: [PATCH] =?UTF-8?q?V2.0.0=20=E6=94=AF=E6=8C=81=E5=8D=95=E7=8B=AC?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E6=8B=8D=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- app/build.gradle | 3 ++- library/build.gradle | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 38dc93c..f9e3589 100644 --- a/README.md +++ b/README.md @@ -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 支持单独跳转拍照,一些优化** ## 注意事项 diff --git a/app/build.gradle b/app/build.gradle index 53f728a..6b5f01d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/library/build.gradle b/library/build.gradle index c007cbd..c92040a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 8 targetSdkVersion 23 - versionCode 16 - versionName "1.3.8" + versionCode 200 + versionName "2.0.0" } buildTypes { release {