Skip to content

Commit 6ae266c

Browse files
committed
updating commons and kotlin
1 parent 89273f1 commit 6ae266c

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.simplemobiletools:commons:5.34.24'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:4205290a44'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
6161
implementation 'androidx.documentfile:documentfile:1.0.1'
6262

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.4.31'
4+
ext.kotlin_version = '1.4.32'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)