Skip to content

Commit 7473be8

Browse files
fix(deps): update dependency androidx.compose.material:material to v1.8.2
1 parent b6d62dd commit 7473be8

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
@@ -17,7 +17,7 @@ kotlin {
1717
dependencies {
1818
api("androidx.compose.runtime:runtime:1.8.1")
1919
api("androidx.compose.foundation:foundation:1.8.1")
20-
api("androidx.compose.material:material:1.8.1")
20+
api("androidx.compose.material:material:1.8.2")
2121
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
2222
}
2323
}

0 commit comments

Comments
 (0)