From 4d822d63dedd975faa725da1b718bef93a7a1842 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 5 May 2014 01:06:58 -0400 Subject: [PATCH] Build should use the appcompat project for support jar --- MinimalBible/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MinimalBible/build.gradle b/MinimalBible/build.gradle index 9680a1c..d201e34 100644 --- a/MinimalBible/build.gradle +++ b/MinimalBible/build.gradle @@ -26,7 +26,9 @@ dependencies { compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'de.greenrobot:eventbus:2.2.0' - compile 'com.google.android:support-v4:r7' + + // Handled by appcompat + // compile 'com.google.android:support-v4:r7' } apt {