Skip to content

Commit

Permalink
Merge pull request #856 from DroidKaigi/renovate/composematerial3
Browse files Browse the repository at this point in the history
Update dependency androidx.compose.material3:material3 to v1.0.0-rc01
  • Loading branch information
takahirom authored Oct 12, 2022
2 parents 3529e9f + 6fce5c4 commit 730548f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ private fun SearchTextField(
bottom = 16.dp,
start = 0.dp,
end = 16.dp
)
),
container = {},
)
}
)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ androidDesugarJdkLibs = "2.0.0"
compose = "1.3.0-rc01"
composeCompiler = "1.3.1"
composeMaterial3WindowSizeClass = "1.0.0-rc01"
composeMaterial3 = "1.0.0-beta03"
composeMaterial3 = "1.0.0-rc01"
androidxFragment = "1.5.3"
androidxLifecycle = "2.5.1"
androidxActivity = "1.6.0"
Expand Down

0 comments on commit 730548f

Please sign in to comment.