Skip to content

Commit b69e14b

Browse files
Update dependency androidx.compose.material:material to v1.7.6 (#1023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63fb29c commit b69e14b

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

0 commit comments

Comments
 (0)