Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-21 13:02:50 +05:00
parent be5786260a
commit ce878fdbe2
20 changed files with 240 additions and 1 deletions

View file

@ -238,6 +238,10 @@ dependencies {
implementation(projects.features.home.impl)
implementation(projects.features.account.api)
implementation(projects.features.account.impl)
implementation(projects.features.tangempay.details.api)
implementation(projects.features.tangempay.details.impl)
implementation(projects.features.tangempay.main.api)
implementation(projects.features.tangempay.main.impl)
/** AndroidX libraries */
implementation(deps.androidx.core.ktx)