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 {