Updated on 2026-08-14
This commit is contained in:
parent
242483fd4f
commit
887ea85b3b
11 changed files with 625 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ dependencies {
|
|||
implementation(projects.core.utils)
|
||||
|
||||
implementation(projects.data.common)
|
||||
implementation(projects.data.staking)
|
||||
|
||||
implementation(projects.domain.legacy)
|
||||
implementation(projects.domain.models)
|
||||
|
|
@ -23,6 +24,7 @@ dependencies {
|
|||
implementation(projects.libs.blockchainSdk)
|
||||
|
||||
implementation(deps.androidx.datastore)
|
||||
implementation(deps.jodatime)
|
||||
implementation(deps.test.coroutine)
|
||||
|
||||
implementation(tangemDeps.blockchain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue