From 707df5c78e38712409cc1ba9f79d2dfb6ccba8e5 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:04:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated various androidx.compose dependencies --- app/build.gradle.kts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3b7d5ee5..8992dfc7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -94,17 +94,17 @@ dependencies { // Compose BOM libraries // Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries.. // although it is not. - implementation("androidx.compose.foundation:foundation:1.8.0-alpha08") - implementation("androidx.compose.animation:animation:1.7.6") - implementation("androidx.compose.animation:animation-android:1.8.0-alpha08") - implementation("androidx.compose.foundation:foundation-layout:1.7.6") - implementation("androidx.compose.ui:ui:1.7.6") - implementation("androidx.compose.ui:ui-graphics:1.7.6") - implementation("androidx.compose.ui:ui-android:1.8.0-alpha08") - implementation("androidx.compose.material3:material3:1.4.0-alpha06") + implementation("androidx.compose.foundation:foundation:1.8.0-beta02") + implementation("androidx.compose.animation:animation:1.7.8") + implementation("androidx.compose.animation:animation-android:1.8.0-beta02") + implementation("androidx.compose.foundation:foundation-layout:1.7.8") + implementation("androidx.compose.ui:ui:1.7.8") + implementation("androidx.compose.ui:ui-graphics:1.7.8") + implementation("androidx.compose.ui:ui-android:1.8.0-beta02") + implementation("androidx.compose.material3:material3:1.4.0-alpha08") implementation("androidx.compose.material3:material3-window-size-class:1.3.1") - implementation("androidx.compose.material:material-icons-extended:1.7.6") - implementation("androidx.compose.material:material:1.7.6") + implementation("androidx.compose.material:material-icons-extended:1.7.8") + implementation("androidx.compose.material:material:1.7.8") // All dependencies implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")