aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-07 21:11:06 +0000
committerGitHub <noreply@github.com>2022-12-07 21:11:06 +0000
commit521389db018deee2e7bd59efb14e2059a42f1cd9 (patch)
tree023db070245e9521585142ec7c9f2b21078c0f7f
parenta6d0977a1d649bcfd5a10e7f1ee7b7e345280547 (diff)
fix(deps): update dependency androidx.compose:compose-bom to v2022.12.00 (#2287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b3e938b1..9d9008e0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -51,7 +51,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.7.0"
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.44.0"
compose-animation = { module = "androidx.compose.animation:animation" }
-compose-bom = "androidx.compose:compose-bom:2022.11.00"
+compose-bom = "androidx.compose:compose-bom:2022.12.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"