From 1bc66d1a03c526ea2a937b66277013135ba24e88 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 25 Jan 2018 09:50:56 +0100 Subject: [PATCH] update commons to 3.8.8 --- 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 0cc7e18b1..6c183cdeb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.8.2' + implementation 'com.simplemobiletools:commons:3.8.8' implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0' implementation 'com.android.support:multidex:1.0.2' implementation 'com.google.code.gson:gson:2.8.2' diff --git a/build.gradle b/build.gradle index bbd754ef8..66c86d612 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.2.20' + ext.kotlin_version = '1.2.21' repositories { jcenter()