replacing jcenter with mavenCentral

This commit is contained in:
tibbi 2023-06-23 10:46:43 +02:00
parent a9fcc770ff
commit 8a05c46a14
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:8da9e09034'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

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' }
}
}