From d0141dde21b2e3b5fd1f7e52bfc7330f6d399757 Mon Sep 17 00:00:00 2001 From: crazycodeboy Date: Mon, 2 Apr 2018 20:14:31 +0800 Subject: [PATCH] publish v4.1.0 --- README.5.0.md | 6 ------ README.md | 13 ++++++++++--- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 4 ++-- takephoto_library/build.gradle | 4 ++-- 5 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 README.5.0.md diff --git a/README.5.0.md b/README.5.0.md deleted file mode 100644 index 7915d84c..00000000 --- a/README.5.0.md +++ /dev/null @@ -1,6 +0,0 @@ - -- 压缩方案优化; -- 提供图片选择adapter; -- 去其他框架; -- 适配Android8.0; -- 更名; \ No newline at end of file diff --git a/README.md b/README.md index 879c6451..ceb27ed9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -`TakePhoto`是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[4.0.3](https://github.com/crazycodeboy/TakePhoto/)。 +`TakePhoto`是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[4.1.0](https://github.com/crazycodeboy/TakePhoto/)。 3.0以下版本及API说明,详见[TakePhoto2.0+](https://github.com/crazycodeboy/TakePhoto/blob/master/README.2+.md)。 >TakePhoto交流平台:QQ群:556387607(群1,未满) @@ -47,7 +47,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c **Gradle:** ```groovy - compile 'com.jph.takephoto:takephoto_library:4.0.3' + compile 'com.jph.takephoto:takephoto_library:4.1.0' ``` **Maven:** @@ -56,7 +56,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c com.jph.takephoto takephoto_library - 4.0.3 + 4.1.0 pom ``` @@ -443,6 +443,13 @@ eg: ## 更新说明 +v4.1.0(2018/4/2) +----------------- + +1. Upgrade glide to 4.6.1; +2. Upgrade buildToolsVersion & targetSdkVersion ; +3. rename package name ; + v4.0.3(2017/1/18) ----------------- **Bugfixes** diff --git a/build.gradle b/build.gradle index 7145f312..03e3cd7b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,9 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' -// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' -// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6' + classpath 'com.android.tools.build:gradle:3.1.0' +// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' +// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index cb20eae3..f48caf51 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Mar 20 09:44:54 CST 2018 +#Mon Apr 02 19:53:50 CST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip diff --git a/takephoto_library/build.gradle b/takephoto_library/build.gradle index 5379092b..435c1baa 100644 --- a/takephoto_library/build.gradle +++ b/takephoto_library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 43 - versionName "4.0.3" + versionCode 45 + versionName "4.1.0" } buildTypes { release {