Skip to content

Commit 3a80fa3

Browse files
committed
updating kotlin, commons, gradle
1 parent 88f47ae commit 3a80fa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
}
6363

6464
dependencies {
65-
implementation 'com.github.SimpleMobileTools:Simple-Commons:0907d2e57f'
65+
implementation 'com.github.SimpleMobileTools:Simple-Commons:faa6a972c2'
6666
implementation 'org.greenrobot:eventbus:3.3.1'
6767
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6868
implementation 'com.github.tibbi:android-smsmms:fe58a74d59'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.6.10'
4+
ext.kotlin_version = '1.6.21'
55
repositories {
66
google()
77
jcenter()
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.1.2'
11+
classpath 'com.android.tools.build:gradle:7.1.3'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)