Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-27 14:58:46 +04:00
parent 6d3eb6de79
commit a816b14c69
5 changed files with 130 additions and 114 deletions

View file

@ -28,11 +28,12 @@ dependencies {
implementation(projects.core.utils)
/** Project - Domain */
implementation(projects.domain.tokens.models)
implementation(projects.domain.wallets.models)
implementation(projects.domain.staking.models)
implementation(projects.domain.appCurrency.models)
implementation(projects.domain.legacy)
implementation(projects.domain.staking.models)
implementation(projects.domain.tokens.models)
implementation(projects.domain.transaction.models)
implementation(projects.domain.wallets.models)
implementation(deps.tangem.blockchain) {
exclude(module = "joda-time")