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 c7a9223 commit 9daf3a4Copy full SHA for 9daf3a4
app/build.gradle
@@ -63,7 +63,7 @@ android {
63
}
64
65
dependencies {
66
- implementation 'com.github.SimpleMobileTools:Simple-Commons:6ceb75dcdd'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
67
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
68
implementation 'androidx.documentfile:documentfile:1.0.1'
69
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
6
repositories {
7
google()
8
- jcenter()
+ mavenCentral()
9
10
11
@@ -20,7 +20,7 @@ buildscript {
20
allprojects {
21
22
23
24
maven { url "https://jitpack.io" }
25
26
0 commit comments