Build should use the appcompat project for support jar

ugly-unit-test
Bradlee Speice 2014-05-05 01:06:58 -04:00
parent c0c69dbf6b
commit 4d822d63de
1 changed files with 3 additions and 1 deletions

View File

@ -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 {