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