From 20dcfc772459ca4d621ce87abb90e520f9499249 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 21 Jul 2022 16:18:33 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 46ea93848d..863bffdbb1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -164,11 +164,10 @@ dependencies { implementation 'com.google.android.gms:play-services-wallet:19.1.0' //Compose - implementation 'androidx.activity:activity-compose:1.4.0' + implementation 'androidx.activity:activity-compose:1.5.0' implementation 'androidx.compose.material:material:1.1.1' implementation 'androidx.compose.animation:animation:1.1.1' - implementation 'androidx.compose.foundation:foundation:1.1.1' - implementation 'androidx.compose.foundation:foundation-layout:1.1.1' + implementation 'androidx.compose.foundation:foundation:1.2.0-rc03' implementation 'androidx.compose.ui:ui:1.1.1' implementation 'androidx.compose.ui:ui-tooling:1.1.1' implementation "com.google.accompanist:accompanist-appcompat-theme:0.23.0"