From 8a2fa29f38aa148ac6912af2ef5338b66ec3f0db Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Wed, 10 Jun 2015 00:21:35 +0200 Subject: [PATCH] Fix build --- eclipse-compile/appcompat/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/eclipse-compile/appcompat/build.gradle b/eclipse-compile/appcompat/build.gradle index 22edfe1106..77d0c8369f 100644 --- a/eclipse-compile/appcompat/build.gradle +++ b/eclipse-compile/appcompat/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' dependencies { compile files('libs/android-support-v4.jar') + compile files('libs/android-support-v7-appcompat.jar') } android {