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