Merge branch 'develop' into feature/fga/presenter_tests

This commit is contained in:
ganfra 2023-01-18 20:47:15 +01:00
commit 3a6be5f745
300 changed files with 772 additions and 209 deletions

View file

@ -42,6 +42,7 @@ dependencies {
implementation(project(":libraries:designsystem"))
implementation(libs.appyx.core)
implementation(project(":libraries:elementresources"))
implementation(project(":libraries:ui-strings"))
implementation(libs.datetime)
implementation(libs.accompanist.placeholder)