From 3239d37bab064fb6ef8fed6f9b6ac8b8d8b9c125 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 7 Apr 2017 21:05:54 +0200 Subject: [PATCH] update commons and gradle --- 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 f95bbb1f..f8c2963c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.14.6' + compile 'com.simplemobiletools:commons:2.16.1' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" } diff --git a/build.gradle b/build.gradle index 1ea4bd05..b78a0b86 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files