Skip to content

Commit

Permalink
fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx…
Browse files Browse the repository at this point in the history
… to v2.8.4
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 7e5c9c5 commit 5b3f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation(project(":client"))

implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["composeUiVersion"]}")
Expand Down

0 comments on commit 5b3f0c0

Please sign in to comment.