From 663a0e3b1e91a351a0b1b6bac5b606cdbeaa4cc1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 30 Oct 2016 22:24:00 +0100 Subject: [PATCH] remove duplicate mavencentral declaration --- app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 04e42ce6..a0d14336 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,10 +45,6 @@ dependencies { apt 'com.jakewharton:butterknife-compiler:8.0.1' } -repositories { - mavenCentral() -} - buildscript { ext.kotlin_version = '1.0.3' repositories {