diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-21 03:56:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 03:56:52 +0000 |
commit | 8c771dafaf47ae83576d2600f1b2a0b3c2889e61 (patch) | |
tree | ce46dd12b07d7d0a75bdd8c9882c68a420252cc9 | |
parent | 6d8e419bcbed52bd89879a46bf78f4cdd4f0c679 (diff) |
chore(deps): update dependency androidx.compose.material3:material3 to v1.0.0-alpha10 (#1857)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-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 1b2dcfb8..b4d43389 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ compose-foundation-core = { module = "androidx.compose.foundation:foundation", v compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" } compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0" compose-material = { module = "androidx.compose.material:material", version.ref = "compose" } -compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha09" +compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha10" compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" } compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "compose" } compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" } |