Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy authored Aug 25, 2016
1 parent a7a2a36 commit 22d76c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[2.0.3](https://github.com/crazycodeboy/TakePhoto/)
`TakePhoto`是一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库,目前最新版本[2.0.4](https://github.com/crazycodeboy/TakePhoto/)
2.0以下版本及API说明,详见[TakePhoto1.0+](https://github.com/crazycodeboy/TakePhoto/blob/master/README%20-V1.0+.md)

**V2.0**
Expand Down Expand Up @@ -196,11 +196,11 @@ eg:
```

## 在项目中使用
为方便大家使用,现已将TakePhoto V2.0.1发布到JCenter(如果你对如何将项目发布到JCenter感兴趣可以参考:《[教你轻松将Android library 发布到JCenter](http://blog.csdn.net/fengyuzhengfan/article/details/51407009))》
为方便大家使用,现已将TakePhoto V2.0.4发布到JCenter(如果你对如何将项目发布到JCenter感兴趣可以参考:《[教你轻松将Android library 发布到JCenter](http://blog.csdn.net/fengyuzhengfan/article/details/51407009))》
Gradle:

```groovy
compile 'com.jph.takephoto:takephoto_library:2.0.3'
compile 'com.jph.takephoto:takephoto_library:2.0.4'
```

Maven:
Expand All @@ -209,7 +209,7 @@ Maven:
<dependency>
<groupId>com.jph.takephoto</groupId>
<artifactId>takephoto_library</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 22d76c5

Please sign in to comment.