summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle.template
diff options
context:
space:
mode:
authormrezai <mhd.rezai@gmail.com>2016-01-09 16:51:22 +0330
committermrezai <mhd.rezai@gmail.com>2016-01-09 16:51:22 +0330
commit50cbe736def293ef7eebecc213895d07fdacf138 (patch)
tree1ec5120a2f447610c9381b6d88574f5fdf79b8cd /platform/android/build.gradle.template
parentdbdce7d6f53c2a7b0d6294097e4b8e6712a34403 (diff)
Fix maven repositories bug
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r--platform/android/build.gradle.template4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template
index e78ee6ae34..9461cd2e99 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$$
}
}