diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-24 14:26:46 +0000 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 20:00:14 +0530 |
commit | 124773a6e61a8a8ad727d61b5d29fab23e3ab10c (patch) | |
tree | bcbcd80581d056f3538a804644df27179e68108e /gradle | |
parent | c05b799213405e47c28829aed3a0c5dc4536a2cd (diff) |
fix(deps): update dependency androidx.compose.material3:material3 to v1.0.0
(cherry picked from commit c38222c77d7b8576ba5d88e867765422f72525e6)
Diffstat (limited to 'gradle')
-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 328a8afc..570efd89 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,7 @@ compose-foundation-core = { module = "androidx.compose.foundation:foundation", v 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" -compose-material3 = "androidx.compose.material3:material3:1.0.0-rc01" +compose-material3 = "androidx.compose.material3:material3:1.0.0" compose-runtime = "androidx.compose.runtime:runtime:1.3.0" compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" } compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "composeUi" } |