Skip to content

Commit 560dc3b

Browse files
fix(deps): update dependency com.google.android.material:material to v1.13.0 (#1207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c0c3ac commit 560dc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
3333
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
3434
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
3535
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.1" }
36-
material = { group = "com.google.android.material", name = "material", version = "1.12.0" }
36+
material = { group = "com.google.android.material", name = "material", version = "1.13.0" }
3737
androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version = "2.9.3" }
3838
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.9.3" }
3939
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation-compose" }

0 commit comments

Comments
 (0)