aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-23 23:07:58 -0700
committerKenny Root <kenny@the-b.org>2015-07-24 15:36:09 -0700
commitf7952a9db408521d90c58ebd92cd93a96cd154b3 (patch)
tree05a3eda0326b5e548d221a5530a28e843818cf22 /build.gradle
parent481537ac6d755d5f7e1f14d49d908936d041f95b (diff)
downloadconnectbot-f7952a9db408521d90c58ebd92cd93a96cd154b3.tar.gz
connectbot-f7952a9db408521d90c58ebd92cd93a96cd154b3.tar.bz2
connectbot-f7952a9db408521d90c58ebd92cd93a96cd154b3.zip
Re-organize gradle files to make them more readable
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle13
1 files changed, 0 insertions, 13 deletions
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()