Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-12 15:46:47 +03:00
parent 59ad4c5c5c
commit 98ec93e259
34 changed files with 407 additions and 210 deletions

View file

@ -61,6 +61,7 @@ dependencies {
implementation(projects.domain.legacy)
implementation(projects.domain.models)
implementation(projects.domain.transaction)
implementation(projects.domain.txhistory)
/** Common */
implementation(projects.common.ui)