Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-18 19:02:14 +02:00
parent ed2eca7e8b
commit 89184e29e0
46 changed files with 101 additions and 95 deletions

View file

@ -25,8 +25,8 @@ dependencies {
implementation(project(":data:common"))
/** Tangem libraries */
implementation(deps.tangem.card.core)
implementation(deps.tangem.card.android) {
implementation(tangemDeps.card.core)
implementation(tangemDeps.card.android) {
exclude(module = "joda-time")
}
@ -50,7 +50,7 @@ dependencies {
implementation(deps.compose.coil)
implementation(deps.compose.shimmer)
implementation(deps.tangem.card.core)
implementation(tangemDeps.card.core)
/** Other libraries */
implementation(deps.compose.shimmer)