Notifications: render room and user icons.

This commit is contained in:
Benoit Marty 2023-05-24 10:28:39 +02:00 committed by Benoit Marty
parent d0d6be3912
commit afa06fb03e
2 changed files with 27 additions and 24 deletions

View file

@ -35,6 +35,7 @@ dependencies {
implementation(libs.androidx.security.crypto)
implementation(libs.network.retrofit)
implementation(libs.serialization.json)
implementation(libs.coil)
implementation(projects.libraries.architecture)
implementation(projects.libraries.core)