From a01ce6299c165e3e127d030a2e999ea51682b82f 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 --- 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 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$$ } }