Migrate preferencesDataStoreFile to a file using a hash, to fix a crash if the userId is too long.

This commit is contained in:
Benoit Marty 2024-01-16 14:02:40 +01:00 committed by Benoit Marty
parent a9776f9fcb
commit 9f4164a287
2 changed files with 24 additions and 1 deletions

View file

@ -34,6 +34,7 @@ anvil {
dependencies {
implementation(libs.dagger)
implementation(projects.libraries.architecture)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.core)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.pushstore.api)