From cf5ded54268ddad6899963a4b70e81bf907b8ba2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 28 Nov 2020 22:52:03 +0100 Subject: [PATCH] updating kotlin, commons, gradle --- 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 64461133..be7b9698 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.31.24' + implementation 'com.simplemobiletools:commons:5.32.2' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' } diff --git a/build.gradle b/build.gradle index 93d4dd49..e85d1a16 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.10' + ext.kotlin_version = '1.4.20' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' + classpath 'com.android.tools.build:gradle:4.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong