Persist notification data. Note that it will break the key storage for the session database.

This commit is contained in:
Benoit Marty 2023-04-04 14:09:14 +02:00 committed by Benoit Marty
parent 2696348d46
commit c0ef4804a1
8 changed files with 90 additions and 39 deletions

View file

@ -30,6 +30,7 @@ anvil {
dependencies {
implementation(libs.dagger)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.core)
implementation(projects.libraries.encryptedDb)
api(projects.libraries.sessionStorage.api)