diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-24 14:26:52 +0000 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 19:58:58 +0530 |
commit | c05b799213405e47c28829aed3a0c5dc4536a2cd (patch) | |
tree | 3339f221a3739a94a1c7494a7d71e6d597979965 /gradle/libs.versions.toml | |
parent | 23d923fd4478d55ca8890d140b2ca3da9fecc9a9 (diff) |
fix(deps): update dependency androidx.compose.material:material to v1.3.0
(cherry picked from commit 6409c9eb9499c525b56b7785203304c97b43d08e)
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 49d933e3..328a8afc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ compose-compiler = "androidx.compose.compiler:compiler:1.3.2" compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" } compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0" -compose-material = "androidx.compose.material:material:1.3.0-rc01" +compose-material = "androidx.compose.material:material:1.3.0" compose-material3 = "androidx.compose.material3:material3:1.0.0-rc01" compose-runtime = "androidx.compose.runtime:runtime:1.3.0" compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" } |