Skip to content

Commit

Permalink
Update, AndroidX September 4, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Sep 5, 2024
1 parent e7d03c4 commit 7179bc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
androidStudioGradlePlugin = "8.6.0"

# AndroiX
activity = "1.9.1"
compose = "1.7.0-rc01"
compose-material3 = "1.3.0-rc01"
activity = "1.9.2"
compose = "1.7.0"
compose-material3 = "1.3.0"
#compose-bom = "2024.06.00"
lifecycle = "2.8.4"
lifecycle = "2.8.5"
room = "2.6.1"
paging = "3.3.2"

Expand Down Expand Up @@ -36,14 +36,14 @@ androidX-compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.
androidX-compose-toolingPreview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
androidX-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
androidX-compose-uiTestManifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose" }
androidX-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha14"
androidX-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.2"
androidX-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0-beta01"
androidX-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.3"
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.0-rc01"
androidX-navigation-compose = "androidx.navigation:navigation-compose:2.8.0"
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 7179bc2

Please # to comment.