Updated on 2026-08-14
This commit is contained in:
parent
9860ecc4cb
commit
5c11931241
21 changed files with 541 additions and 63 deletions
|
|
@ -18,12 +18,15 @@ dependencies {
|
|||
implementation(projects.domain.transaction.models)
|
||||
implementation(projects.domain.transaction)
|
||||
implementation(projects.domain.legacy)
|
||||
implementation(projects.domain.blockaid.models)
|
||||
implementation(projects.domain.blockaid)
|
||||
|
||||
/** Tandem SDK */
|
||||
implementation(tangemDeps.blockchain)
|
||||
|
||||
/** Other */
|
||||
implementation(deps.arrow.core)
|
||||
implementation(deps.timber)
|
||||
|
||||
/** tests */
|
||||
testImplementation(projects.common.test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue