Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-05 19:40:09 +08:00
parent e2c8f84321
commit 8a4cf5155c
8 changed files with 18 additions and 69 deletions

View file

@ -33,8 +33,7 @@ dependencies {
// endregion
// region Tangem libraries
implementation(deps.tangem.blockchain) {
exclude(module = "joda-time")
}
implementation(deps.tangem.blockchain) { exclude(module = "joda-time") }
implementation(deps.tangem.card.core)
// endregion
}