diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-22 19:31:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 19:31:58 +0000 |
commit | e9e6b2426935beb7acedea3bf12c2a432f6919dc (patch) | |
tree | 0ba7e97503acef075b46177e1c47bf0dc0fdf0fa /gradle | |
parent | 820a28d6ffacdf820b142b49fc4b45e2cc383f1b (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2023.03.00 (#2432)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 cae965fb..bd485748 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin: build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.0" build-versions = "com.github.ben-manes:gradle-versions-plugin:0.46.0" compose-animation = { module = "androidx.compose.animation:animation" } -compose-bom = "androidx.compose:compose-bom:2023.01.00" +compose-bom = "androidx.compose:compose-bom:2023.03.00" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0" |