diff --git a/README.md b/README.md index 29c6a31a..f74ed4ad 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/test/build.gradle b/test/build.gradle index c1f1d076..626df4f7 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -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' }