From aeafddd9ed08f6667629a182f5dfb18e4301368d Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 22 Jan 2018 23:07:45 +0100 Subject: [PATCH] update commons to 3.8.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 e1781461..b08f3ff7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.7' + implementation 'com.simplemobiletools:commons:3.8.0' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion" releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion" diff --git a/build.gradle b/build.gradle index 2c4e5bac..83c5d64c 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.10' + ext.kotlin_version = '1.2.20' repositories { jcenter()