Skip to content

Commit 1bf68d4

Browse files
committed
doc/test update
1 parent 092a395 commit 1bf68d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Android Image Cropper
1717
1. Include the library
1818

1919
```
20-
compile 'com.theartofdev.edmodo:android-image-cropper:2.6.+'
20+
compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
2121
```
2222

2323
Add permissions to manifest

test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
}
1717

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

2222
}

0 commit comments

Comments
 (0)