Store and restore session

This commit is contained in:
Benoit Marty 2022-10-11 17:16:27 +02:00
parent ba0254655a
commit fba10a0340
5 changed files with 92 additions and 4 deletions

View file

@ -30,4 +30,6 @@ android {
dependencies {
implementation(name: 'matrix-rust-sdk', ext: 'aar')
implementation "net.java.dev.jna:jna:5.10.0@aar"
implementation 'androidx.datastore:datastore-core:1.0.0'
implementation 'androidx.datastore:datastore-preferences:1.0.0'
}