replacing jcenter with mavenCentral

This commit is contained in:
tibbi 2023-06-22 23:57:08 +02:00
parent 56d0a0ca07
commit 193cb76358
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:4d2a8db66f'
implementation 'com.github.SimpleMobileTools:Simple-Commons:d6cddfa7d8'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1'
}

View File

@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
@ -18,7 +18,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}