replacing jcenter with mavenCentral

This commit is contained in:
tibbi
2023-06-22 23:58:27 +02:00
parent eb035798b8
commit ffbeff5bab
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:d1ed742806' implementation 'com.github.SimpleMobileTools:Simple-Commons:d6cddfa7d8'
implementation 'androidx.emoji2:emoji2-bundled:1.2.0' implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
kapt 'androidx.room:room-compiler:2.5.1' kapt 'androidx.room:room-compiler:2.5.1'

View File

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