From 6973f8639935df3cb15dfa4817e53b0506588685 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 25 Jul 2021 11:18:06 +0200 Subject: [PATCH] updating commons, kotlin, 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 c41c3ae1..e3995ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:ee14aec731' + implementation 'com.github.SimpleMobileTools:Simple-Commons:dcbd6eca15' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' } diff --git a/build.gradle b/build.gradle index c0309307..5376ef3d 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.32' + ext.kotlin_version = '1.5.21' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong