File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11## [ TakePhoto] ( https://github.com/crazycodeboy/TakePhoto ) 简介
2- ` TakePhoto ` 是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[ 3.0.0 ] ( https://github.com/crazycodeboy/TakePhoto/ ) 。
2+ ` TakePhoto ` 是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[ 3.0.1 ] ( https://github.com/crazycodeboy/TakePhoto/ ) 。
333.0以下版本及API说明,详见[ TakePhoto2.0+] ( https://github.com/crazycodeboy/TakePhoto/blob/master/README.2+.md ) 。
44
55** V3.0**
@@ -35,7 +35,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
3535** Gradle:**
3636
3737``` groovy
38- compile 'com.jph.takephoto:takephoto_library:3.0.0 '
38+ compile 'com.jph.takephoto:takephoto_library:3.0.1 '
3939```
4040
4141** Maven:**
@@ -44,7 +44,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
4444<dependency>
4545 <groupId>com.jph.takephoto</groupId>
4646 <artifactId>takephoto_library</artifactId>
47- <version>3.0.0 </version>
47+ <version>3.0.1 </version>
4848 <type>pom</type>
4949</dependency>
5050```
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 8
99 targetSdkVersion 24
10- versionCode 30
11- versionName " 3.0.0 "
10+ versionCode 31
11+ versionName " 3.0.1 "
1212 }
1313 buildTypes {
1414 release {
You can’t perform that action at this time.
0 commit comments