Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed May 9, 2019
1 parent 1e3a657 commit 47405ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ You can also follow my other library [SmartCamera](https://github.com/pqpo/Smart

## Import

if version >= v1.2.4:

aar download: https://github.com/pqpo/SmartCropper/releases

else:

Step 1. Add it in your root build.gradle at the end of repositories:
```
allprojects {
Expand All @@ -44,7 +50,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
```
dependencies {
compile 'com.github.pqpo:SmartCropper:v1.2.4'
compile 'com.github.pqpo:SmartCropper:v1.2.3'
}
```

Expand Down

0 comments on commit 47405ef

Please sign in to comment.