Merge commit '13472cec6764aec2e06a3c66ec1b139baa680aa3' into main

This commit is contained in:
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 { buildscript {
repositories { repositories {
jcenter() mavenCentral()
google() google()
} }
dependencies { dependencies {
@ -15,7 +15,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
jcenter() mavenCentral()
google() google()
} }
} }