Skip to content

Commit

Permalink
Update, AndroidX October 30, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Oct 31, 2024
1 parent f6e262a commit 210cb6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ androidStudioGradlePlugin = "8.7.1"

# AndroiX
activity = "1.9.3"
compose-bom = "2024.10.00"
lifecycle = "2.9.0-alpha05"
compose-bom = "2024.10.01"
lifecycle = "2.9.0-alpha06"
room = "2.6.1"
paging = "3.3.2"

Expand All @@ -22,7 +22,7 @@ androidX-activity-compose = { module = "androidx.activity:activity-compose", ver
androidX-arch-coreTesting = "androidx.arch.core:core-testing:2.2.0"
androidX-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidX-browser = "androidx.browser:browser:1.8.0"
androidX-core-ktx = "androidx.core:core-ktx:1.13.1"
androidX-core-ktx = "androidx.core:core-ktx:1.15.0"
androidX-core-splashScreen = "androidx.core:core-splashscreen:1.0.1"
androidX-compose-bom = { module = "androidx.compose:compose-bom-alpha", version.ref = "compose-bom" }
androidX-compose-foundation = { module = "androidx.compose.foundation:foundation" }
Expand All @@ -35,14 +35,14 @@ androidX-compose-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidX-compose-toolingPreview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidX-compose-ui = { module = "androidx.compose.ui:ui" }
androidX-compose-uiTestManifest = { module = "androidx.compose.ui:ui-test-manifest" }
androidX-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0-rc01"
androidX-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4"
androidX-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0"
androidX-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.5"
androidX-hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.2.0"
androidX-lifecycle-runtimeTesting = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" }
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.8.3"
androidX-navigation-compose = "androidx.navigation:navigation-compose:2.9.0-alpha02"
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 210cb6b

Please # to comment.