aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle11
1 files changed, 3 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index 989f87c..a98ce68 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,21 +1,16 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-
buildscript {
repositories {
jcenter()
}
dependencies {
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
+ classpath 'com.android.tools.build:gradle:1.2.2'
+ classpath 'com.novoda:bintray-release:0.2.7'
}
}
-plugins {
- id 'net.researchgate.release' version '2.1.2'
-}
-
allprojects {
repositories {
+ mavenLocal()
jcenter()
}
}