diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 31503a37..5e4ae3c9 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -5,7 +5,6 @@ repositories { } dependencies { - compile fileTree(dir: 'libs', include: '*.jar') compile project(':') }