aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-01 11:14:42 +0300
committerGravatar Vitaly Takmazov2016-07-01 11:14:42 +0300
commitfbedd4f7784f0cb651cc8105c656a1c20da0e2d5 (patch)
tree4dfabd862649ade449d56a9b34d3af42511518a4
parentb9879afad02609f08280155d286ba62775fcec14 (diff)
Gradle: remove non-working android configuration
-rw-r--r--build.gradle9
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'