~singpolyma/cheogram-android

157ebbac52885fe0fda117c95076d95a6a8f0ebc — Daniel Gultsch 4 years ago 7177c52
go back to upstream image-cropper and instead exclude dependencies
1 files changed, 6 insertions(+), 3 deletions(-)

M build.gradle
M build.gradle => build.gradle +6 -3
@@ 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"