From 755f18247aa007c3d587c13ca28398a146de65ba Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 21 Jul 2026 15:35:26 +0500 Subject: [PATCH] Updated on 2026-08-14 --- features/marketing/impl/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/features/marketing/impl/build.gradle.kts b/features/marketing/impl/build.gradle.kts index 242266738e..8480aa8a28 100644 --- a/features/marketing/impl/build.gradle.kts +++ b/features/marketing/impl/build.gradle.kts @@ -28,6 +28,7 @@ dependencies { implementation(deps.compose.foundation) implementation(deps.compose.ui) implementation(deps.compose.ui.tooling) + implementation(deps.compose.material3) implementation(deps.compose.coil) implementation(deps.lifecycle.compose)