Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-12 10:42:23 +05:00
commit 4aa6a9666b
12 changed files with 54 additions and 31 deletions

View file

@ -274,6 +274,8 @@ dependencies {
implementation(projects.features.tangempay.onboarding.impl)
implementation(projects.features.tokenRecieve.api)
implementation(projects.features.tokenRecieve.impl)
implementation(projects.features.yieldSupply.api)
implementation(projects.features.yieldSupply.api)
/** AndroidX libraries */
implementation(deps.androidx.core.ktx)