blob: 0a87b4a4b1a29dc38f33b0763458bcdc50c5e83a [file] [log] [blame]
plugins {
id("SupportAndroidTestAppPlugin")
}
dependencies {
implementation(project(":appcompat"))
implementation(project(":biometric"))
}
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}