Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-06 12:22:13 +05:00
parent 43c6359d2f
commit 880668b575
32 changed files with 898 additions and 17 deletions

View file

@ -207,6 +207,8 @@ dependencies {
implementation(projects.features.nft.impl)
implementation(projects.features.walletconnect.api)
implementation(projects.features.walletconnect.impl)
implementation(projects.features.feeSelector.api)
implementation(projects.features.feeSelector.impl)
/** AndroidX libraries */
implementation(deps.androidx.core.ktx)