Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-12 16:32:45 +05:00
parent c5e437586b
commit c5de0ebfdc
13 changed files with 452 additions and 2 deletions

View file

@ -275,7 +275,7 @@ dependencies {
implementation(projects.features.tokenRecieve.api)
implementation(projects.features.tokenRecieve.impl)
implementation(projects.features.yieldSupply.api)
implementation(projects.features.yieldSupply.api)
implementation(projects.features.yieldSupply.impl)
/** AndroidX libraries */
implementation(deps.androidx.core.ktx)