Skip to content

Commit

Permalink
Fix: Update dependencies and fix LocalLifecycleOwner issue
Browse files Browse the repository at this point in the history
Fixes: #5
  • Loading branch information
zhanghai committed May 18, 2024
1 parent 919eb2a commit 7f47e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-test-manifest")

implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.7.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.0")
}
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")

implementation("androidx.activity:activity-compose:1.8.2")
implementation("androidx.activity:activity-compose:1.9.0")
}

0 comments on commit 7f47e69

Please sign in to comment.