Skip to content

Commit 7d8e60e

Browse files
committed
updating commons, kotlin, gradle
1 parent 68fc30d commit 7d8e60e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171

7272
dependencies {
73-
implementation 'com.github.SimpleMobileTools:Simple-Commons:38e9a846da'
73+
implementation 'com.github.SimpleMobileTools:Simple-Commons:0aa288386b'
7474
implementation 'androidx.multidex:multidex:2.0.1'
7575
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7676
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

build.gradle

Lines changed: 2 additions & 2 deletions
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.6.10'
4+
ext.kotlin_version = '1.6.21'
55

66
repositories {
77
google()
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:7.1.2'
13+
classpath 'com.android.tools.build:gradle:7.1.3'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
classpath "de.timfreiheit.resourceplaceholders:placeholders:0.4"
1616

0 commit comments

Comments
 (0)