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 {