From d08c210eba302ea1ec27fcf311f1cbb3329d24cf Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Nov 2017 19:48:15 +0100 Subject: [PATCH] update Commons and gradle --- app/build.gradle | 2 +- build.gradle | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dcbe5eeb2..0032dc7b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:2.41.4' + implementation 'com.simplemobiletools:commons:2.41.8' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.2' diff --git a/build.gradle b/build.gradle index 1af616613..60b648170 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,9 @@ buildscript { jcenter() google() } + dependencies { - classpath 'com.android.tools.build:gradle:3.0.0' + classpath 'com.android.tools.build:gradle:3.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong