mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
Build should use the appcompat project for support jar
This commit is contained in:
parent
c0c69dbf6b
commit
4d822d63de
@ -26,7 +26,9 @@ dependencies {
|
|||||||
|
|
||||||
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
|
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
|
||||||
compile 'de.greenrobot:eventbus:2.2.0'
|
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 {
|
apt {
|
||||||
|
Loading…
Reference in New Issue
Block a user