diff options
| author | mrezai | 2016-01-09 16:51:22 +0330 |
|---|---|---|
| committer | mrezai | 2016-01-09 16:51:22 +0330 |
| commit | 50cbe736def293ef7eebecc213895d07fdacf138 (patch) | |
| tree | 1ec5120a2f447610c9381b6d88574f5fdf79b8cd /platform/android/build.gradle.template | |
| parent | dbdce7d6f53c2a7b0d6294097e4b8e6712a34403 (diff) | |
| download | godot-50cbe736def293ef7eebecc213895d07fdacf138.tar.gz godot-50cbe736def293ef7eebecc213895d07fdacf138.tar.zst godot-50cbe736def293ef7eebecc213895d07fdacf138.zip | |
Fix maven repositories bug
Diffstat (limited to 'platform/android/build.gradle.template')
| -rw-r--r-- | platform/android/build.gradle.template | 4 |
1 files changed, 1 insertions, 3 deletions
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$$ } } |
