blob: 87cc73469a2ef0ca8f91c723dedd3fcb08886c49 [file] [log] [blame]
plugins {
id("AndroidXPlugin")
id("com.android.application")
}
dependencies {
implementation(project(":appcompat"))
implementation(project(":biometric"))
}
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}