From be8a290dd1370fee4b7f6822dd2a095812ee58b3 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:10:46 +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 --- app/build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e6c26922..454ba983 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -86,19 +86,19 @@ dependencies { // Core implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") - implementation("androidx.activity:activity-compose:1.10.0") + implementation("androidx.activity:activity-compose:1.10.1") // 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-beta02") + implementation("androidx.compose.foundation:foundation:1.8.0-beta03") implementation("androidx.compose.animation:animation:1.7.8") - implementation("androidx.compose.animation:animation-android:1.8.0-beta02") + implementation("androidx.compose.animation:animation-android:1.8.0-beta03") 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.ui:ui-android:1.8.0-beta03") + implementation("androidx.compose.material3:material3:1.4.0-alpha09") implementation("androidx.compose.material3:material3-window-size-class:1.3.1") implementation("androidx.compose.material:material-icons-extended:1.7.8") implementation("androidx.compose.material:material:1.7.8") @@ -122,7 +122,7 @@ dependencies { implementation("androidx.room:room-ktx:2.6.1") // Datastore (Settings) - implementation("androidx.datastore:datastore-preferences:1.1.2") + implementation("androidx.datastore:datastore-preferences:1.1.3") // Splash Screen API implementation("androidx.core:core-splashscreen:1.0.1")