Commit d0141dd 1 parent 10215ab commit d0141dd Copy full SHA for d0141dd
File tree 5 files changed +17
-16
lines changed
5 files changed +17
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
8
8
9
9
10
- ` TakePhoto ` 是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[ 4.0.3 ] ( https://github.com/crazycodeboy/TakePhoto/ ) 。
10
+ ` TakePhoto ` 是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[ 4.1.0 ] ( https://github.com/crazycodeboy/TakePhoto/ ) 。
11
11
3.0以下版本及API说明,详见[ TakePhoto2.0+] ( https://github.com/crazycodeboy/TakePhoto/blob/master/README.2+.md ) 。
12
12
13
13
> TakePhoto交流平台:QQ群:556387607(群1,未满)
@@ -47,7 +47,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
47
47
** Gradle:**
48
48
49
49
``` groovy
50
- compile 'com.jph.takephoto:takephoto_library:4.0.3 '
50
+ compile 'com.jph.takephoto:takephoto_library:4.1.0 '
51
51
```
52
52
53
53
** Maven:**
@@ -56,7 +56,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
56
56
<dependency>
57
57
<groupId>com.jph.takephoto</groupId>
58
58
<artifactId>takephoto_library</artifactId>
59
- <version>4.0.3 </version>
59
+ <version>4.1.0 </version>
60
60
<type>pom</type>
61
61
</dependency>
62
62
```
443
443
444
444
## 更新说明
445
445
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
+
446
453
v4.0.3(2017/1/18)
447
454
-----------------
448
455
** Bugfixes**
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ buildscript {
6
6
google()
7
7
}
8
8
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 '
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
14
14
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 14
9
9
targetSdkVersion 27
10
- versionCode 43
11
- versionName " 4.0.3 "
10
+ versionCode 45
11
+ versionName " 4.1.0 "
12
12
}
13
13
buildTypes {
14
14
release {
You can’t perform that action at this time.
0 commit comments