Skip to content

Commit

Permalink
publish v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Oct 9, 2016
1 parent 2c6e1f8 commit 1cb7af8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [TakePhoto](https://github.com/crazycodeboy/TakePhoto) 简介
`TakePhoto`是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[3.0.0](https://github.com/crazycodeboy/TakePhoto/)
`TakePhoto`是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[3.0.1](https://github.com/crazycodeboy/TakePhoto/)
3.0以下版本及API说明,详见[TakePhoto2.0+](https://github.com/crazycodeboy/TakePhoto/blob/master/README.2+.md)

**V3.0**
Expand Down Expand Up @@ -35,7 +35,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
**Gradle:**

```groovy
compile 'com.jph.takephoto:takephoto_library:3.0.0'
compile 'com.jph.takephoto:takephoto_library:3.0.1'
```

**Maven:**
Expand All @@ -44,7 +44,7 @@ GitHub地址: [https://github.com/crazycodeboy/TakePhoto](https://github.com/c
<dependency>
<groupId>com.jph.takephoto</groupId>
<artifactId>takephoto_library</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<type>pom</type>
</dependency>
```
Expand Down
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 8
targetSdkVersion 24
versionCode 30
versionName "3.0.0"
versionCode 31
versionName "3.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 1cb7af8

Please sign in to comment.