replacing jcenter with mavenCentral

This commit is contained in:
tibbi 2023-06-23 11:37:15 +02:00
parent 77768c66e0
commit 220dec1cd5
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:c09f8dfda1'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'com.github.tibbi:android-smsmms:33fcaf94d9'

View File

@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -19,7 +19,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}