From 100c5c7805594a8103a1adaee47f1f71e34ab578 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 26 Dec 2016 13:21:48 +0100 Subject: [PATCH] remove some unnecessary code from build.gradle --- app/build.gradle | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c046940c4..67b2acbe4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,23 +26,16 @@ android { } } - packagingOptions { - exclude 'META-INF/library-compileDebugKotlin.kotlin_module' - } - sourceSets { main.java.srcDirs += 'src/main/kotlin' } } dependencies { - compile 'com.android.support:appcompat-v7:25.1.0' - compile 'com.android.support:design:25.1.0' - compile 'com.github.bumptech.glide:glide:3.7.0' + compile 'com.simplemobiletools:commons:1.2.1' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.booking:rtlviewpager:1.0.1' - compile 'com.simplemobiletools:commons:1.2.1' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }