Retrieve notification - WIP

This commit is contained in:
Benoit Marty 2023-03-29 18:04:32 +02:00 committed by Benoit Marty
parent be8ce499d0
commit 1f09f5f0eb
16 changed files with 228 additions and 22 deletions

View file

@ -25,4 +25,5 @@ android {
dependencies {
implementation(libs.androidx.corektx)
implementation(libs.coroutines.core)
implementation(projects.libraries.matrix.api)
}