Skip to content

Commit 39d46d1

Browse files
committed
updating kotlin and commons
1 parent 362b18e commit 39d46d1

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
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation 'com.github.SimpleMobileTools:Simple-Commons:8979ca8187'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:f49f7b5f89'
6060
implementation 'org.greenrobot:eventbus:3.2.0'
6161
implementation 'com.klinkerapps:android-smsmms:5.2.6'
6262
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'

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.21'
4+
ext.kotlin_version = '1.5.30'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)