From 50cbe736def293ef7eebecc213895d07fdacf138 Mon Sep 17 00:00:00 2001 From: mrezai Date: Sat, 9 Jan 2016 16:51:22 +0330 Subject: Fix maven repositories bug --- platform/android/build.gradle.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'platform/android/build.gradle.template') diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index e78ee6ae3..9461cd2e9 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -12,9 +12,7 @@ apply plugin: 'com.android.application' allprojects { repositories { mavenCentral() - maven { - $$GRADLE_REPOSITORY_URLS$$ - } + $$GRADLE_REPOSITORY_URLS$$ } } -- cgit v1.2.3-70-g09d2