Skip to content

Commit 9daf3a4

Browse files
committed
replacing jcenter with mavenCentral
1 parent c7a9223 commit 9daf3a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:6ceb75dcdd'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
6767
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6868
implementation 'androidx.documentfile:documentfile:1.0.1'
6969

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55

66
repositories {
77
google()
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {
@@ -20,7 +20,7 @@ buildscript {
2020
allprojects {
2121
repositories {
2222
google()
23-
jcenter()
23+
mavenCentral()
2424
maven { url "https://jitpack.io" }
2525
}
2626
}

0 commit comments

Comments
 (0)