From 53c78572bf012f3c0bf278ddf3a278bb3340e6da Mon Sep 17 00:00:00 2001 From: michaelbel Date: Fri, 6 Sep 2024 14:44:53 +0300 Subject: [PATCH] Update project --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4311e7499..ee10125bd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,12 +30,12 @@ androidx-benchmark = "1.3.0" androidx-biometric-ktx = "1.2.0-alpha05" androidx-browser = "1.8.0" androidx-collection = "1.4.3" -androidx-compose-animation = "1.6.8" -androidx-compose-foundation = "1.6.8" -androidx-compose-runtime = "1.6.8" -androidx-compose-ui = "1.6.8" -androidx-compose-material-icons-extended = "1.6.8" -androidx-compose-material3 = "1.2.1" +androidx-compose-animation = "1.6.8" # need to update constraint-layout lib (details screen) +androidx-compose-foundation = "1.6.8" # need to update constraint-layout lib (details screen) +androidx-compose-runtime = "1.6.8" # need to update constraint-layout lib (details screen) +androidx-compose-ui = "1.6.8" # need to update constraint-layout lib (details screen) +androidx-compose-material-icons-extended = "1.6.8" # need to update constraint-layout lib (details screen) +androidx-compose-material3 = "1.2.1" # need to update constraint-layout lib (details screen) androidx-core-ktx = "1.13.1" androidx-core-splashscreen = "1.0.1" androidx-datastore = "1.1.1"