diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-07 08:02:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 08:02:27 +0530 |
commit | 3aac7166dc9f22c340226d78e7a47abeadc014ce (patch) | |
tree | 6dcda28b3cfe82858c16b09d9042909d37e0245a /gradle | |
parent | 19abe5994f9f9ddf020f01bb2275e1c666f9e992 (diff) |
chore(deps): update dependency androidx.compose.material3:material3 to v1.0.0-alpha09 (#1826)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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 1ea686ca..dd07082a 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-alpha08" +compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha09" 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" } |