blob: 5a9fcdb0626321d88e15234687c63884521894b3 [file] [log] [blame]
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
}
}