Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-05 10:18:17 +04:00
parent 910cea0e31
commit 676ed0f5f7
3 changed files with 96 additions and 10 deletions

View file

@ -81,6 +81,10 @@ dependencies {
/** Feature modules */
implementation(projects.features.staking.api)
implementation(projects.features.txhistory.api)
implementation(projects.features.approval.api)
/** Decompose */
implementation(deps.decompose.ext.compose)
/** DI */
implementation(deps.hilt.android)