Updated on 2026-08-14
This commit is contained in:
parent
c7458d8ab0
commit
35e3ff8ad1
24 changed files with 254 additions and 67 deletions
|
|
@ -18,6 +18,12 @@ dependencies {
|
|||
implementation(project(":core:ui"))
|
||||
implementation(project(":core:res"))
|
||||
|
||||
/** Tangem libraries */
|
||||
implementation(deps.tangem.card.core)
|
||||
implementation(deps.tangem.card.android) {
|
||||
exclude(module = "joda-time")
|
||||
}
|
||||
|
||||
/** AndroidX libraries */
|
||||
implementation(deps.androidx.core.ktx)
|
||||
implementation(deps.androidx.appCompat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue