Merge commit '13472cec6764aec2e06a3c66ec1b139baa680aa3' into main

main
Sam Lantinga 2021-05-07 12:28:35 -07:00
commit f1fa836b2e
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()
}
}