Extract and unit test MultipleTapToUnlock

This commit is contained in:
Benoit Marty 2025-06-26 17:44:08 +02:00
parent 78e82eac28
commit 11cbc2c293
6 changed files with 95 additions and 8 deletions

View file

@ -66,6 +66,7 @@ dependencies {
implementation(projects.libraries.permissions.api)
implementation(projects.libraries.push.api)
implementation(projects.libraries.pushproviders.api)
implementation(projects.libraries.uiUtils)
implementation(projects.libraries.fullscreenintent.api)
implementation(projects.features.rageshake.api)
implementation(projects.features.lockscreen.api)