Start implementing logic for room summary list

This commit is contained in:
ganfra 2022-10-28 20:17:18 +02:00
parent 13eedb3cd3
commit c1fcc51d09
20 changed files with 423 additions and 119 deletions

View file

@ -29,6 +29,7 @@ android {
dependencies {
api(name: 'matrix-rust-sdk', ext: 'aar')
implementation project(":libraries:core")
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'