update commons to 5.4.0

This commit is contained in:
tibbi 2018-11-18 21:24:08 +01:00
parent e6d5df2ae1
commit a7dd63ff96
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.3.9'
implementation 'com.simplemobiletools:commons:5.4.0'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'it.sephiroth.android.exif:library:1.0.1'

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.0'
ext.kotlin_version = '1.3.10'
repositories {
google()