Skip to content

Commit 5f13d9e

Browse files
authored
Align Compose version pin between lifecycle modules (#2343)
## Release Notes N/A
2 parents 87d4f14 + 96cae95 commit 5f13d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycle/lifecycle-runtime-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ kotlin {
6262
api(project(":annotation:annotation"))
6363
implementation(project(":lifecycle:lifecycle-common"))
6464
api project(":lifecycle:lifecycle-runtime")
65-
api("org.jetbrains.compose.runtime:runtime:1.7.1")
65+
api("org.jetbrains.compose.runtime:runtime:1.8.2")
6666

6767
implementation(libs.kotlinStdlib)
6868
}

0 commit comments

Comments
 (0)