From f7952a9db408521d90c58ebd92cd93a96cd154b3 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 23 Jul 2015 23:07:58 -0700 Subject: Re-organize gradle files to make them more readable --- build.gradle | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0bc5afe..8f7ef85 100644 --- a/build.gradle +++ b/build.gradle @@ -1,18 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -buildscript { - repositories { - jcenter() - maven { - url 'https://dl.bintray.com/phildopus/maven' - } - } - dependencies { - classpath 'com.android.tools.build:gradle:1.2.3' - classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+' - } -} - allprojects { repositories { jcenter() -- cgit v1.2.3