Updated on 2026-08-14
This commit is contained in:
parent
e323c7cc4a
commit
2471b9c1a8
6 changed files with 317 additions and 37 deletions
|
|
@ -19,6 +19,7 @@ dependencies {
|
|||
implementation(projects.core.utils)
|
||||
|
||||
/* Domain */
|
||||
implementation(projects.domain.account)
|
||||
implementation(projects.domain.demo)
|
||||
implementation(projects.domain.legacy)
|
||||
implementation(projects.domain.card)
|
||||
|
|
@ -31,6 +32,7 @@ dependencies {
|
|||
/* Libs - SDK */
|
||||
implementation(tangemDeps.blockchain)
|
||||
implementation(tangemDeps.card.core)
|
||||
implementation(projects.libs.crypto)
|
||||
implementation(projects.libs.blockchainSdk)
|
||||
|
||||
/* DI */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue