From 36d7d94eccc954ba0f03599b98b0272321ddce4c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 27 Nov 2021 20:54:34 +0100 Subject: [PATCH] updating kotlin and IndicatorFastScroll --- 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 74aebe51..7c8ef15d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'com.github.SimpleMobileTools:Simple-Commons:d62d81ca97' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' - implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' + implementation 'com.github.tibbi:IndicatorFastScroll:18799a0c2a' implementation "me.leolin:ShortcutBadger:1.1.22" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/build.gradle b/build.gradle index d4859658..49a54391 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.5.31' + ext.kotlin_version = '1.6.0' repositories { google() jcenter()