Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-25 13:19:26 +05:00
parent e00fd4599e
commit 46a4a93711
24 changed files with 693 additions and 43 deletions

View file

@ -61,6 +61,8 @@ dependencies {
implementation(projects.features.pushNotifications.api)
implementation(projects.features.news.newsDetails.api)
implementation(projects.features.news.newsDetails.impl)
implementation(projects.features.news.newsList.api)
implementation(projects.features.news.newsList.impl)
/* SDK */
implementation(tangemDeps.blockchain)