From 5c8acf21e19fad1be379519ff577e5ff0ea6087a Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Sun, 27 Mar 2016 16:39:03 +0300 Subject: [PATCH] useless dependency removed --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60ec1f7..d3f962c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,6 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:core') provided 'com.android.support:appcompat-v7:23.2.0'