Add support for Verification state analytics

This commit is contained in:
Valere 2024-05-06 19:06:54 +02:00
parent 34358035eb
commit a761215e31
8 changed files with 245 additions and 9 deletions

View file

@ -72,6 +72,7 @@ dependencies {
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.services.analytics.test)
testImplementation(libs.test.appyx.junit)
testImplementation(libs.test.arch.core)