Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-28 13:03:33 +04:00
parent e727b40042
commit 3556c3765e
7 changed files with 331 additions and 86 deletions

View file

@ -70,4 +70,8 @@ dependencies {
implementation(deps.timber)
implementation(tangemDeps.card.core)
implementation(tangemDeps.blockchain)
/** Test libraries */
implementation(deps.test.junit)
implementation(deps.test.truth)
}