Browse Source

Merge commit '13472cec6764aec2e06a3c66ec1b139baa680aa3' into main

Sam Lantinga 4 years ago
parent
commit
f1fa836b2e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      android-project/build.gradle

+ 2 - 2
android-project/build.gradle

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