Skip to content

Commit

Permalink
Update lifecycle VM compose to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Nov 5, 2024
1 parent 09f4704 commit 5f58b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "
androidx-sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqlite" }
androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "room" }

jetbrains-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.0" }
jetbrains-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.2" }
jetbrains-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version = "2.8.0-alpha10" }

koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin" }
Expand Down

0 comments on commit 5f58b6b

Please sign in to comment.