diff options
-rw-r--r-- | build.gradle | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle index b860c09e..c973749c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,4 @@ -buildscript { - dependencies { - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // Add this line - } -} - apply plugin: "java" -apply plugin: 'com.github.dcendents.android-maven' - -group='com.github.juick' dependencies { testCompile 'junit:junit:4.12' |