From 5239bbfd342ed4a54cd613aacf5798b6561e0b73 Mon Sep 17 00:00:00 2001 From: Marius Davidsen Date: Thu, 3 Jan 2019 14:17:02 +0100 Subject: [PATCH] Remove buildscript block (#150) In order for project-wide repositories settings to take effect for this module, it should not define it. This helps out when you run an internal mirror of maven (or a proxy such as nexus) to speed up downloading dependencies. --- android/build.gradle | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d232741b..d294cb51 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,14 +1,3 @@ -buildscript { - repositories { - jcenter() - } - - - dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' - } -} - apply plugin: 'com.android.library' def safeExtGet(prop, fallback) {