mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
11 lines
184 B
Groovy
11 lines
184 B
Groovy
dependencies {
|
|
implementation "androidx.biometric:biometric:1.0.1"
|
|
}
|
|
|
|
android {
|
|
packagingOptions {
|
|
exclude 'META-INF/NOTICE'
|
|
exclude 'META-INF/LICENSE'
|
|
}
|
|
}
|