Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add demo GIF.
  • Loading branch information
CrazyOrr committed Apr 29, 2016
1 parent aca0d3a commit 0c15b8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# ZoomCropImage
An Android library for zooming and cropping image.

![Demo](https://github.com/CrazyOrr/ZoomCropImage/blob/master/screenshots/demo.gif)

## Download
### Gradle
```gradle
compile 'com.github.crazyorr:zoom-crop-image:0.1.0'
compile 'com.github.crazyorr:zoom-crop-image:0.1.1'
```

### Maven
```xml
<dependency>
<groupId>com.github.crazyorr</groupId>
<artifactId>zoom-crop-image</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 0c15b8d

Please sign in to comment.