update commons to 2.0.0

This commit is contained in:
tibbi 2016-12-27 21:07:21 +01:00
parent ba49fb0c88
commit 48d99fa480

View file

@ -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"
}