summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-09-17 17:43:37 +0200
committerVictor Häggqvist <[email protected]>2015-09-17 17:43:37 +0200
commit236dab5626351a96d3f8c2e992836e5835e4590c (patch)
treef0dd30ccfb8db677f99390a3baa2ca06252da4a7 /build.gradle
parentb5d3dcc8f270971846ad57a4f3e2e30a7789759f (diff)
Update JavaDoc
Diffstat (limited to '')
-rw-r--r--build.gradle20
1 files changed, 0 insertions, 20 deletions
diff --git a/build.gradle b/build.gradle
deleted file mode 100644
index 84ea789..0000000
--- a/build.gradle
+++ /dev/null
@@ -1,20 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-
-buildscript {
- repositories {
- jcenter()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
- classpath 'com.adaptc.gradle:nexus-workflow:0.6'
-
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
-}
-
-allprojects {
- repositories {
- jcenter()
- }
-}