Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-24 19:42:06 +03:00
parent 782a2ec0f5
commit 3e71ba89ac
4 changed files with 52 additions and 0 deletions

View file

@ -12,6 +12,7 @@ dependencies {
implementation(projects.core.utils)
implementation(projects.libs.auth)
implementation(projects.domain.core)
implementation(projects.domain.wallets.models)
/** Tangem libraries */
implementation(deps.tangem.blockchain)