aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f1d71b18f..9543e3840 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,6 +11,7 @@ buildscript {
classpath 'com.novoda:bintray-release:0.2.7'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1'
+ // classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2'
}
}
@@ -44,4 +45,4 @@ project(':extern:spongycastle') {
ext {
compileSdkVersion = 22
buildToolsVersion = '22.0.1'
-} \ No newline at end of file
+}