From 657b4fc3f24e8d1e73532705c4d5297713d948c1 Mon Sep 17 00:00:00 2001 From: alecrespo Date: Sun, 10 Jan 2016 07:20:08 +0100 Subject: [PATCH] gradle --- build.gradle | 3 +++ emotionlib/build.gradle | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 51ef73f..d2d8585 100644 --- a/build.gradle +++ b/build.gradle @@ -21,3 +21,6 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir } +task wrapper(type: Wrapper) { + gradleVersion = '2.8' //version required +} \ No newline at end of file diff --git a/emotionlib/build.gradle b/emotionlib/build.gradle index 61525df..72f863e 100644 --- a/emotionlib/build.gradle +++ b/emotionlib/build.gradle @@ -23,7 +23,6 @@ android { dependencies { compile 'com.android.support:appcompat-v7:23.+' compile fileTree(dir: 'libs', include: ['*.jar']) - testCompile 'junit:junit:4.12' compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' compile 'com.google.code.gson:gson:2.5'