replacing jcenter with mavenCentral

This commit is contained in:
tibbi 2023-06-23 10:44:21 +02:00
parent 8da5e8529b
commit b233443850
2 changed files with 4 additions and 4 deletions

View File

@ -64,10 +64,10 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:6ba091b93e'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
implementation 'com.facebook.stetho:stetho:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.shawnlin:number-picker:2.4.6'
implementation 'io.github.ShawnLin013:number-picker:2.4.13'
implementation "androidx.preference:preference-ktx:1.2.0"
implementation "androidx.work:work-runtime-ktx:2.7.1"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.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' }
}
}