1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-10-27 18:24:01 +00:00

Replace jcenter with Maven Central

JCenter was stopped working (as of ~2022?). As far as I can tell this project still doesn't build, but this addresses one of the reasons for that.
This commit is contained in:
Toby Murray 2024-10-23 14:20:44 -04:00
parent d0810b99b6
commit 33d2e75e22

View File

@ -5,7 +5,7 @@ buildscript {
repositories { repositories {
google() google()
jcenter() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:4.1.3'
@ -33,7 +33,7 @@ allprojects {
} }
} }
google() google()
jcenter() mavenCentral()
} }
} }