From 48d99fa4804f95a1e3f3913b3b94583bced08a50 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 27 Dec 2016 21:07:21 +0100 Subject: [PATCH] update commons to 2.0.0 --- app/build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 773672a89..1beb84c08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,15 +32,10 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.0.1' - compile 'com.android.support:design:25.0.1' + compile 'com.simplemobiletools:commons:2.0.0' compile 'joda-time:joda-time:2.9.1' - compile 'com.github.yukuku:ambilwarna:2.0.1' compile 'com.facebook.stetho:stetho:1.4.1' - compile 'com.github.bumptech.glide:glide:3.7.0' - compile 'com.simplemobiletools:filepicker:1.5.4@aar' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' - compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }