replacing jcenter with mavenCentral

This commit is contained in:
tibbi 2023-06-23 11:35:45 +02:00
parent 09cefd8926
commit ab60af4694
2 changed files with 3 additions and 3 deletions

View File

@ -61,5 +61,5 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
}

View File

@ -5,7 +5,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -20,7 +20,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}