From ee51d9cf618d386ebfe3f35ec179565b99c38d68 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 22 Sep 2018 20:21:01 +0200 Subject: [PATCH] update commons to 4.7.17 --- 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 3896c72e..98d5b869 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.7.3' + implementation 'com.simplemobiletools:commons:4.7.17' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' diff --git a/build.gradle b/build.gradle index 1b8fb3c3..2d064442 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.61' + ext.kotlin_version = '1.2.70' repositories { google()