In almost every Android app we need a couple of library projects like ABS, HoloEverywhere, etc. Most of these are in Maven Central, which is good. What is bad is, most of them d
apply plugin: 'android-library' dependencies { compile 'com.android.support:support-v4:21.0.0' }