From 315eb8adce163d72e42a3b811b0fc7c76a90a3f2 Mon Sep 17 00:00:00 2001 From: pluu Date: Thu, 12 Dec 2024 23:57:43 +0900 Subject: [PATCH] Update, AndroidX December 11, 2024 --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 51379c01..1cb5ebab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,10 +3,10 @@ androidStudioGradlePlugin = "8.8.0-rc01" # AndroiX activity = "1.9.3" -compose-bom = "2024.11.00" -lifecycle = "2.9.0-alpha07" +compose-bom = "2024.12.01" +lifecycle = "2.9.0-alpha08" room = "2.6.1" -paging = "3.3.4" +paging = "3.3.5" # 3rd-party dagger = "2.53.1" @@ -42,7 +42,7 @@ androidX-lifecycle-runtimeTesting = { module = "androidx.lifecycle:lifecycle-run androidX-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" } androidX-lifecycle-viewModel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } androidX-lifecycle-viewModel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } -androidX-navigation-compose = "androidx.navigation:navigation-compose:2.9.0-alpha03" +androidX-navigation-compose = "androidx.navigation:navigation-compose:2.9.0-alpha04" androidX-palette = "androidx.palette:palette:1.0.0" androidX-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging" } androidX-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }