Try some stuff on room list and avatar...

This commit is contained in:
ganfra 2022-10-30 15:43:07 +01:00
parent 207e402cc5
commit 1801bcfcd3
17 changed files with 230 additions and 12 deletions

View file

@ -32,6 +32,7 @@ test_orchestrator = "1.4.1"
#other
mavericks = "3.0.1"
timber = "5.0.1"
coil = "2.2.1"
[libraries]
# Project
@ -69,5 +70,6 @@ test_orchestrator = { module = "androidx.test:orchestrator", version.ref = "test
mavericks_compose = { module = "com.airbnb.android:mavericks-compose", version.ref = "mavericks" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
coil_compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
[bundles]