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 a6aacd2 commit a535993Copy full SHA for a535993
2 files changed
app/build.gradle
@@ -61,7 +61,7 @@ android {
61
}
62
63
dependencies {
64
- implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
65
implementation 'org.greenrobot:eventbus:3.2.0'
66
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
67
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
10
11
12
- classpath 'com.android.tools.build:gradle:7.0.3'
+ classpath 'com.android.tools.build:gradle:7.0.4'
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