Sign in
android
/
platform
/
frameworks
/
support
/
d0865cbf1b6c12af5dafa5c30d305c6697c0b35f
/
.
/
samples
/
BiometricDemos
/
build.gradle
blob: 87cc73469a2ef0ca8f91c723dedd3fcb08886c49 [
file
] [
log
] [
blame
]
plugins
{
id
(
"AndroidXPlugin"
)
id
(
"com.android.application"
)
}
dependencies
{
implementation
(
project
(
":appcompat"
))
implementation
(
project
(
":biometric"
))
}
android
{
defaultConfig
{
vectorDrawables
.
useSupportLibrary
=
true
}
}