Skip to content

Commit

Permalink
Revert "Fix: Update dependencies and fix LocalLifecycleOwner issue"
Browse files Browse the repository at this point in the history
Because latest stable lifecycle is not compatible with latest stable
Compose right now.

This partially reverts commit
7f47e69.

Bug: #5
  • Loading branch information
zhanghai committed May 18, 2024
1 parent 68975e3 commit 232f27b
Showing 1 changed file with 1 addition and 1 deletion.
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.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.7.0")
}

0 comments on commit 232f27b

Please sign in to comment.