Skip to content

Commit

Permalink
Merge pull request #249 from DroidKaigi/renovate/androidx.compose.mat…
Browse files Browse the repository at this point in the history
…erial3

Update dependency androidx.compose.material3:material3 to v1.1.1
  • Loading branch information
takahirom authored Jul 9, 2023
2 parents f7a2401 + 08a54a2 commit 5e5ebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref =
composeUi = { module = "androidx.compose.ui:ui", version.ref = "compose" }
composeNavigation = { module = "androidx.navigation:navigation-compose", version = "2.6.0" }
composeRuntime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" }
composeMaterial = { module = "androidx.compose.material3:material3", version = "1.1.0" }
composeMaterial = { module = "androidx.compose.material3:material3", version = "1.1.1" }
composeUiToolingPreview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
composeUiTestJunit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
composeUiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
Expand Down

0 comments on commit 5e5ebd5

Please sign in to comment.