Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-24 19:26:18 +03:00
parent 0c4d14650d
commit 2561a7eef6
11 changed files with 389 additions and 4 deletions

View file

@ -15,6 +15,7 @@ dependencies {
/** Domain models */
api(projects.domain.models)
api(projects.domain.txhistory)
implementation(projects.domain.tokens.models)
implementation(projects.domain.wallets.models)