From 4a76d429abadf7ad40cafa762fb590f49e9e914f Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Fri, 19 Sep 2014 12:37:30 +0200 Subject: [PATCH] Updated build.gradle to allow Android Studio to properly identify test_client as a module --- sample_client/build.gradle | 2 +- test_client/build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sample_client/build.gradle b/sample_client/build.gradle index be251c14..ea875afd 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -36,7 +36,7 @@ android { debug.setRoot('build-types/debug') release.setRoot('build-types/release') } - + lintOptions { abortOnError false } diff --git a/test_client/build.gradle b/test_client/build.gradle index d9d8f39d..98a93568 100644 --- a/test_client/build.gradle +++ b/test_client/build.gradle @@ -7,7 +7,6 @@ repositories { dependencies { compile 'commons-httpclient:commons-httpclient:3.1' compile 'com.android.support:support-v4:20.0.0' - compile project(':') } android {