updating kotlin to 1.3.41

This commit is contained in:
tibbi 2019-07-07 20:57:29 +02:00
parent aff38d62b0
commit 4b23e17cb1
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.14.12'
implementation 'com.simplemobiletools:commons:5.14.13'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'androidx.multidex:multidex:2.0.1'
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.40'
ext.kotlin_version = '1.3.41'
repositories {
google()