Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Downgradle lifecycle dependencies to 2.7.0
Browse files Browse the repository at this point in the history
2.8.0 is not yet compatible with compose yet.

java.lang.IllegalStateException: CompositionLocal LocalLifecycleOwner not present

Signed-off-by: Aayush Gupta <[email protected]>
  • Loading branch information
theimpulson committed May 25, 2024
1 parent d71a78f commit 74b9512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
implementation("net.openid:appauth:0.11.1")

// LifeCycle
val lifecycleVersion = "2.8.0"
val lifecycleVersion = "2.7.0"
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycleVersion")
implementation("androidx.lifecycle:lifecycle-runtime-compose:$lifecycleVersion")
Expand Down

0 comments on commit 74b9512

Please sign in to comment.