diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 1603ea70d9d..18ffc74fc36 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -14,9 +14,9 @@ apply plugin: 'com.android.application' allprojects { repositories { - jcenter() mavenCentral() google() + jcenter() $$GRADLE_REPOSITORY_URLS$$ } }