Sign in
android
/
platform
/
frameworks
/
support
/
ff734dd2d9791a44207e8966c42c69d582b580da
/
.
/
samples
/
BiometricDemos
/
build.gradle
blob: 0a87b4a4b1a29dc38f33b0763458bcdc50c5e83a [
file
] [
log
] [
blame
]
plugins
{
id
(
"SupportAndroidTestAppPlugin"
)
}
dependencies
{
implementation
(
project
(
":appcompat"
))
implementation
(
project
(
":biometric"
))
}
android
{
defaultConfig
{
vectorDrawables
.
useSupportLibrary
=
true
}
}