Skip to content

Commit eb1937e

Browse files
Update dependency androidx.compose.material:material to v1.9.5
1 parent 7d493a3 commit eb1937e

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.3")
1919
api("androidx.compose.foundation:foundation:1.8.3")
20-
api("androidx.compose.material:material:1.9.2")
20+
api("androidx.compose.material:material:1.9.5")
2121
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
2222
}
2323
}

0 commit comments

Comments
 (0)