Skip to content

Commit 36d7d94

Browse files
committed
updating kotlin and IndicatorFastScroll
1 parent 7cedaf4 commit 36d7d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation 'com.github.SimpleMobileTools:Simple-Commons:d62d81ca97'
6060
implementation 'org.greenrobot:eventbus:3.2.0'
6161
implementation 'com.klinkerapps:android-smsmms:5.2.6'
62-
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'
62+
implementation 'com.github.tibbi:IndicatorFastScroll:18799a0c2a'
6363
implementation "me.leolin:ShortcutBadger:1.1.22"
6464
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
6565

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.31'
4+
ext.kotlin_version = '1.6.0'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)