Skip to content

Commit

Permalink
Update, AndroidX December 11, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Dec 12, 2024
1 parent 2a0f0cf commit 315eb8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 315eb8a

Please # to comment.