From a7dd63ff96ab3f2b6bc963cda97e7fa74bdbaf85 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 18 Nov 2018 21:24:08 +0100 Subject: [PATCH] update commons to 5.4.0 --- 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 d0aa925dc..36a2de817 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/build.gradle b/build.gradle index 17a20ee31..1cfbb3a29 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.0' + ext.kotlin_version = '1.3.10' repositories { google()