Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-25 17:45:47 +05:00
parent 774f25bf4a
commit 319f62f008
11 changed files with 49 additions and 16 deletions

View file

@ -39,6 +39,9 @@ dependencies {
/** Feature API - remove after removing [HotWalletFeatureToggles] */
implementation(projects.features.hotWallet.api)
/** Feature API - remove after removing [TangemPayFeatureToggles] */
implementation(projects.features.tangempay.details.api)
/** Project - Utils */
implementation(projects.core.utils)
implementation(projects.domain.legacy)