Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-03 10:43:56 +05:00
parent 1266ffce6a
commit 0a767ba435
11 changed files with 127 additions and 23 deletions

View file

@ -188,6 +188,8 @@ dependencies {
implementation(projects.features.stories.impl)
implementation(projects.features.txhistory.api)
implementation(projects.features.txhistory.impl)
implementation(projects.features.nft.api)
implementation(projects.features.nft.impl)
/** AndroidX libraries */
implementation(deps.androidx.core.ktx)