Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-01 14:42:30 +04:00
parent 799c132a5b
commit 6c16caedba
22 changed files with 288 additions and 82 deletions

View file

@ -11,8 +11,9 @@ android {
dependencies {
/* Domain */
api(projects.domain.manageTokens.models)
api(projects.domain.core)
api(projects.domain.manageTokens.models)
api(projects.domain.networks)
implementation(projects.domain.wallets.models)
implementation(projects.domain.tokens.models)
implementation(projects.domain.staking)