Skip to content

Commit bb1c358

Browse files
committed
updating commons, kotlin, gradle
1 parent 9912b42 commit bb1c358

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
implementation 'com.github.SimpleMobileTools:Simple-Commons:7e87bb9089'
65-
implementation 'org.greenrobot:eventbus:3.2.0'
66-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
64+
implementation 'com.github.SimpleMobileTools:Simple-Commons:e5a4973e6a'
65+
implementation 'org.greenrobot:eventbus:3.3.1'
66+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6767
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

66
repositories {
77
google()
88
jcenter()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.1.2'
12+
classpath 'com.android.tools.build:gradle:7.1.3'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

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

0 commit comments

Comments
 (0)