Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-30 17:29:13 +02:00
parent cebe0dcdf1
commit 2ba90c5afc
8 changed files with 268 additions and 304 deletions

View file

@ -22,8 +22,10 @@ dependencies {
implementation(deps.compose.ui)
implementation(deps.compose.foundation)
implementation(deps.compose.animation)
implementation(deps.lifecycle.compose)
implementation(deps.compose.material3)
implementation(deps.compose.ui.tooling)
/** DI */
implementation(deps.hilt.android)