Skip to content

Commit

Permalink
publish v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Apr 2, 2018
1 parent 10215ab commit d0141dd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
6 changes: 0 additions & 6 deletions README.5.0.md

This file was deleted.

13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,未满)
Expand Down Expand Up @@ -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:**
Expand All @@ -56,7 +56,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
<dependency>
<groupId>com.jph.takephoto</groupId>
<artifactId>takephoto_library</artifactId>
<version>4.0.3</version>
<version>4.1.0</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -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**
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions takephoto_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 43
versionName "4.0.3"
versionCode 45
versionName "4.1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit d0141dd

Please sign in to comment.