From d3f8b5949007e9309cbb9b0063af07fa7c8ad228 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 25 May 2020 21:15:07 +0200 Subject: [PATCH] updating commons, gradle, kotlin --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f582545..d17dbe4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.2' + implementation 'com.simplemobiletools:commons:5.23.8' } diff --git a/build.gradle b/build.gradle index acd1d69..d991c1f 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.3.70' + ext.kotlin_version = '1.3.72' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' + classpath 'com.android.tools.build:gradle:3.6.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong