We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31a0d8 commit 7cc69abCopy full SHA for 7cc69ab
2 files changed
app/build.gradle
@@ -56,7 +56,7 @@ android {
56
}
57
58
dependencies {
59
- implementation 'com.github.SimpleMobileTools:Simple-Commons:3aca4d7102'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:ce624d775c'
60
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
61
implementation 'androidx.documentfile:documentfile:1.0.1'
62
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
10
11
12
- classpath 'com.android.tools.build:gradle:4.2.1'
+ classpath 'com.android.tools.build:gradle:4.2.2'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
15
// NOTE: Do not place your application dependencies here; they belong
0 commit comments