aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorhsm <hsm@lamia.panaceas.james.local>2016-05-29 17:14:36 +0100
committerhsm <hsm@lamia.panaceas.james.local>2016-05-29 17:14:36 +0100
commit055208a32cbec1585a6066a340a9ffac0296fdbf (patch)
tree35fb19e9429789771ceb0439f2b60d62ac33f9b2 /build.gradle
parentf8fffe5e29f55856b93b5e21f1a672bb1a0fec40 (diff)
downloadsshlib-master.tar.gz
sshlib-master.tar.bz2
sshlib-master.zip
local build changesHEADmaster
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()
}
}