Skip to content

Commit

Permalink
doc/test update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Apr 6, 2018
1 parent 092a395 commit 1bf68d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Android Image Cropper
1. Include the library

```
compile 'com.theartofdev.edmodo:android-image-cropper:2.6.+'
compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
```

Add permissions to manifest
Expand Down
4 changes: 2 additions & 2 deletions test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

dependencies {
api "com.android.support:appcompat-v7:27.0.2"
api 'com.theartofdev.edmodo:android-image-cropper:2.6.+'
api "com.android.support:appcompat-v7:27.1.1"
api 'com.theartofdev.edmodo:android-image-cropper:2.7.0'

}

0 comments on commit 1bf68d4

Please sign in to comment.