From fcfdd76612f5b55a8837aa2f822215b9b783fb6b Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 6 Jun 2022 19:09:53 +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 08e791a7..1e58e669 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,6 +61,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:0907d2e57f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:faa6a972c2' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' } diff --git a/build.gradle b/build.gradle index 62511012..870995e1 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.6.10' + ext.kotlin_version = '1.6.21' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong