Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-24 16:33:38 +03:00
parent 33406d0ac1
commit 2a9a80414d
39 changed files with 1074 additions and 499 deletions

View file

@ -12,4 +12,7 @@ android {
dependencies {
implementation(projects.domain.txhistory.models)
implementation(projects.core.analytics.models)
implementation(deps.tangem.blockchain) {
exclude(module = "joda-time")
}
}