File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77
88
99
10- ` TakePhoto ` 是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[ 4.0.3 ] ( https://github.com/crazycodeboy/TakePhoto/ ) 。
10+ ` TakePhoto ` 是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[ 4.1.0 ] ( https://github.com/crazycodeboy/TakePhoto/ ) 。
11113.0以下版本及API说明,详见[ TakePhoto2.0+] ( https://github.com/crazycodeboy/TakePhoto/blob/master/README.2+.md ) 。
1212
1313> TakePhoto交流平台:QQ群:556387607(群1,未满)
@@ -47,7 +47,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
4747** Gradle:**
4848
4949``` groovy
50- compile 'com.jph.takephoto:takephoto_library:4.0.3 '
50+ compile 'com.jph.takephoto:takephoto_library:4.1.0 '
5151```
5252
5353** Maven:**
@@ -56,7 +56,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
5656<dependency>
5757 <groupId>com.jph.takephoto</groupId>
5858 <artifactId>takephoto_library</artifactId>
59- <version>4.0.3 </version>
59+ <version>4.1.0 </version>
6060 <type>pom</type>
6161</dependency>
6262```
443443
444444## 更新说明
445445
446+ v4.1.0(2018/4/2)
447+ -----------------
448+
449+ 1 . Upgrade glide to 4.6.1;
450+ 2 . Upgrade buildToolsVersion & targetSdkVersion ;
451+ 3 . rename package name ;
452+
446453v4.0.3(2017/1/18)
447454-----------------
448455** Bugfixes**
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.1 '
10- // classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1 '
11- // classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6 '
9+ classpath ' com.android.tools.build:gradle:3.1.0 '
10+ // classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5 '
11+ // classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
1414 }
Original file line number Diff line number Diff line change 1- # Tue Mar 20 09:44:54 CST 2018
1+ # Mon Apr 02 19:53:50 CST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 14
99 targetSdkVersion 27
10- versionCode 43
11- versionName " 4.0.3 "
10+ versionCode 45
11+ versionName " 4.1.0 "
1212 }
1313 buildTypes {
1414 release {
You can’t perform that action at this time.
0 commit comments