buildscript {
    repositories {
        mavenCentral()
        jcenter()
    }
}
repositories {
    mavenCentral()
    jcenter()
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.android.support:appcompat-v7:+'
    implementation 'com.android.support:support-v4:+'
    implementation 'com.android.support:recyclerview-v7:+'
    implementation 'com.android.support:exifinterface:+'
    compile group: 'com.github.chrisbanes.photoview', name: 'library', version: '1.2.4'
    compile group: 'com.github.bumptech.glide', name: 'glide', version: '4.10.0'
    implementation 'com.github.nanchen2251:CompressHelper:1.0.+'
    implementation 'top.zibin:Luban-turbo:1.+'
    //implementation 'top.zibin:Luban:1.1.+'
}
android {
   defaultConfig {
       vectorDrawables.useSupportLibrary = true
   }
   packagingOptions {
       exclude 'META-INF/NOTICE'
       exclude 'META-INF/LICENSE'
   }
}