Skip to content

Commit 6164a40

Browse files
fix(deps): update dependency androidx.compose.runtime:runtime to v1.8.2
1 parent 36b6552 commit 6164a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kotlin {
1515
sourceSets {
1616
val commonMain by getting {
1717
dependencies {
18-
api("androidx.compose.runtime:runtime:1.8.1")
18+
api("androidx.compose.runtime:runtime:1.8.2")
1919
api("androidx.compose.foundation:foundation:1.8.1")
2020
api("androidx.compose.material:material:1.8.1")
2121
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")

0 commit comments

Comments
 (0)