replacing jcenter with mavenCentral

This commit is contained in:
tibbi 2023-06-23 10:21:58 +02:00
parent ee4634aa5a
commit e153f6c578
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:8da9e09034' implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

View File

@ -5,7 +5,7 @@ buildscript {
repositories { repositories {
google() google()
jcenter() mavenCentral()
maven { url "https://plugins.gradle.org/m2" } maven { url "https://plugins.gradle.org/m2" }
} }
@ -22,7 +22,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
jcenter() mavenCentral()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
} }
} }