Skip to content

Commit d0141dd

Browse files
committed
publish v4.1.0
1 parent 10215ab commit d0141dd

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

README.5.0.md

-6
This file was deleted.

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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/)
1111
3.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
```
@@ -443,6 +443,13 @@ eg:
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+
446453
v4.0.3(2017/1/18)
447454
-----------------
448455
**Bugfixes**

build.gradle

+3-3
Original file line numberDiff line numberDiff 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
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Mar 20 09:44:54 CST 2018
1+
#Mon Apr 02 19:53:50 CST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

takephoto_library/build.gradle

+2-2
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)