Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-05 12:54:59 +04:00
parent 5e83a20d1a
commit 66e04bc0cd
8 changed files with 257 additions and 0 deletions

View file

@ -15,6 +15,7 @@ dependencies {
implementation(projects.domain.models)
implementation(projects.domain.tokens.models)
implementation(projects.domain.quotes)
implementation(projects.domain.wallets.models)
implementation(deps.androidx.datastore)