diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 89189ef1a05..7269e658b45 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -15,6 +15,7 @@ allprojects { repositories { jcenter() mavenCentral() + google() $$GRADLE_REPOSITORY_URLS$$ } }