Change summary
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -16,6 +16,7 @@ repositories {
google()
jcenter()
mavenCentral()
+ maven { url 'https://jitpack.io' }
}
configurations {
@@ -33,8 +34,7 @@ dependencies {
exclude group: 'com.google.firebase', module: 'firebase-core'
}
implementation 'org.sufficientlysecure:openpgp-api:10.0'
- implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
- //noinspection GradleCompatible
+ implementation 'com.github.inputmice:Android-Image-Cropper:2.7.2'
implementation "com.android.support:support-v13:$supportLibVersion"
implementation "com.android.support:appcompat-v7:$supportLibVersion"
implementation "com.android.support:cardview-v7:$supportLibVersion"