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 89273f1 commit 6ae266cCopy full SHA for 6ae266c
app/build.gradle
@@ -56,7 +56,7 @@ android {
56
}
57
58
dependencies {
59
- implementation 'com.simplemobiletools:commons:5.34.24'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:4205290a44'
60
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
61
implementation 'androidx.documentfile:documentfile:1.0.1'
62
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlin_version = '1.4.31'
+ ext.kotlin_version = '1.4.32'
5
6
repositories {
7
google()
0 commit comments