Skip to content

Commit 7cc69ab

Browse files
committed
updating commons and gradle
1 parent d31a0d8 commit 7cc69ab

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:3aca4d7102'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:ce624d775c'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
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
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.2.1'
12+
classpath 'com.android.tools.build:gradle:4.2.2'
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)