From 4b23e17cb193d9afa4aa2b6ec0379dd1f6130fd6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 7 Jul 2019 20:57:29 +0200 Subject: [PATCH] updating kotlin to 1.3.41 --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e33ac5ef..c0373d9bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/build.gradle b/build.gradle index bfe902f73..e69b8b26f 100644 --- a/build.gradle +++ b/build.gradle @@ -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()