We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a395 commit 1bf68d4Copy full SHA for 1bf68d4
README.md
@@ -17,7 +17,7 @@ Android Image Cropper
17
1. Include the library
18
19
```
20
- compile 'com.theartofdev.edmodo:android-image-cropper:2.6.+'
+ compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
21
22
23
Add permissions to manifest
test/build.gradle
@@ -16,7 +16,7 @@ android {
16
}
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 commit comments