Skip to content

Commit ef309ef

Browse files
fix(deps): update dependency androidx.compose.foundation:foundation to v1.8.0
1 parent 8009fd8 commit ef309ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlin {
1616
val commonMain by getting {
1717
dependencies {
1818
api("androidx.compose.runtime:runtime:1.7.8")
19-
api("androidx.compose.foundation:foundation:1.7.8")
19+
api("androidx.compose.foundation:foundation:1.8.0")
2020
api("androidx.compose.material:material:1.7.8")
2121
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
2222
}

0 commit comments

Comments
 (0)