Add clear cache action in the developer settings (#643)

This commit is contained in:
Benoit Marty 2023-06-20 12:52:20 +02:00 committed by Benoit Marty
parent 67c4df3b88
commit bf80c251aa
13 changed files with 172 additions and 6 deletions

View file

@ -62,6 +62,7 @@ dependencies {
testImplementation(projects.features.logout.impl)
testImplementation(projects.features.analytics.test)
testImplementation(projects.features.analytics.impl)
testImplementation(projects.tests.testutils)
androidTestImplementation(libs.test.junitext)
}