[go: nahoru, domu]

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