diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-19 23:34:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 23:34:35 +0530 |
commit | df4a45692b6d7e21f10e803f565cce2a60b449c8 (patch) | |
tree | eeeca3215efe380cb3f8f24306aaf727f6f1265b /gradle/libs.versions.toml | |
parent | 1f2f448bbe693642e36a898be0fa2d3b2acdcd08 (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2023.04.01 (#2478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 4a5c4dc4..3e8768ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,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.04.00" +compose-bom = "androidx.compose:compose-bom:2023.04.01" 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" |