Sign in
android
/
platform
/
frameworks
/
support
/
52cfa4d2bc2d14c35516a932c7b245b2db42687c
/
.
/
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
}
}