plugins { | |
id("SupportAndroidTestAppPlugin") | |
} | |
dependencies { | |
implementation(project(":appcompat-v7")) | |
implementation(project(":cardview-v7")) | |
implementation(project(":gridlayout-v7")) | |
implementation(project(":mediarouter-v7")) | |
implementation(project(":palette-v7")) | |
implementation(project(":recyclerview-v7")) | |
} | |
android { | |
defaultConfig { | |
vectorDrawables.useSupportLibrary = true | |
} | |
} |