From 6392a7d7f1d186c9ff76340195c243a2260b36eb Mon Sep 17 00:00:00 2001 From: Karen Schwane Date: Sun, 28 Oct 2018 19:20:30 +0100 Subject: [PATCH] Move jcenter behind mavenCentral and google gradle repos to fix build problems (cherry picked from commit a01ce6299c165e3e127d030a2e999ea51682b82f) --- platform/android/build.gradle.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 0dd1fe815fe..298fcecd57c 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$$ } }