diff --git a/build.gradle b/build.gradle index 1a17b87f6..4fa1bce9c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' } } @@ -16,7 +16,6 @@ repositories { google() jcenter() mavenCentral() - maven { url 'https://jitpack.io' } } configurations { @@ -34,9 +33,13 @@ dependencies { exclude group: 'com.google.firebase', module: 'firebase-core' } implementation 'org.sufficientlysecure:openpgp-api:10.0' - implementation 'com.github.inputmice:Android-Image-Cropper:2.7.2' + implementation ('com.theartofdev.edmodo:android-image-cropper:2.7.+') { + exclude group: 'com.android.support', module: 'appcompat-v7' + exclude group: 'com.android.support', module: 'exifinterface' + } implementation "com.android.support:support-v13:$supportLibVersion" implementation "com.android.support:appcompat-v7:$supportLibVersion" + implementation "com.android.support:exifinterface:$supportLibVersion" implementation "com.android.support:cardview-v7:$supportLibVersion" compatImplementation "com.android.support:support-emoji-appcompat:$supportLibVersion" implementation "com.android.support:support-emoji:$supportLibVersion"