Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-18 12:41:33 +03:00
parent b77fdb2e3a
commit 3e9f54f2db
13 changed files with 76 additions and 8 deletions

View file

@ -263,6 +263,8 @@ dependencies {
implementation(projects.features.disclaimer.impl)
implementation(projects.features.pushNotifications.api)
implementation(projects.features.pushNotifications.impl)
implementation(projects.features.pushNotificationSettings.api)
implementation(projects.features.pushNotificationSettings.impl)
implementation(projects.features.walletSettings.api)
implementation(projects.features.walletSettings.impl)
implementation(projects.features.markets.api)