diff options
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 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$$ } } |