From d14dcd0870ea647a4380a418f5500e9c0255b978 Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Thu, 19 Jan 2017 14:52:43 +0300 Subject: [PATCH] Remove maven central repository --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index e6d456e..3406771 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,5 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { - mavenCentral() jcenter() } dependencies { @@ -13,7 +10,6 @@ buildscript { allprojects { repositories { - mavenCentral() jcenter() } }