Implement a migration mechanism to handle internal stuff which need to occur during application upgrade.

Remove VectorFileLogger, it was dead code.
This commit is contained in:
Benoit Marty 2024-04-24 11:15:33 +02:00 committed by Benoit Marty
parent 5fc95f56ab
commit f6b5b8419b
25 changed files with 671 additions and 254 deletions

View file

@ -24,4 +24,5 @@ android {
dependencies {
implementation(projects.features.rageshake.api)
implementation(libs.coroutines.core)
implementation(projects.tests.testutils)
}