diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-22 11:46:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 11:46:19 +0530 |
commit | bc58658794a0d9d84fc6ce8506ac0b117a1a2406 (patch) | |
tree | 103f9033f3d5fdcc1173429744a8de38b2e6abd2 | |
parent | a841b7f3a2081824b58b83f5c47be7b2280be006 (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2023.06.01 (#2567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 3d01fffc..03d6c9f8 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.47.0" compose-animation = { module = "androidx.compose.animation:animation" } -compose-bom = "androidx.compose:compose-bom:2023.06.00" +compose-bom = "androidx.compose:compose-bom:2023.06.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" |