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 b017468 commit 2a5e86fCopy full SHA for 2a5e86f
app/build.gradle
@@ -57,7 +57,7 @@ android {
57
}
58
59
dependencies {
60
- implementation 'com.simplemobiletools:commons:5.20.9'
+ implementation 'com.simplemobiletools:commons:5.21.19'
61
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
62
63
kapt 'androidx.room:room-compiler:2.2.2'
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
10
11
12
- classpath 'com.android.tools.build:gradle:3.5.2'
+ classpath 'com.android.tools.build:gradle:3.5.3'
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