Fixed bug #4228: move from jcenter() to mavenCentral()

SDL can use relinker. If it's enabled on your project, you need to update to version 1.4.3
main
Sylvain 2021-04-30 09:48:29 +02:00
parent a74f888ff9
commit 13472cec67
No known key found for this signature in database
GPG Key ID: 5F87E02E5BC0939E
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
@ -15,7 +15,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}