diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-09-05 19:38:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 14:08:31 +0000 |
commit | 2d2b564308c294261856705ff5ea6143de00c9d2 (patch) | |
tree | 4b776a13c44ad031ebe60059355fb975472f67a7 | |
parent | 59fe21ddb2d32b963ad1b77bc457b84617713057 (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.00 (#3197)
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 008f7b82..822d0109 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,7 +49,7 @@ build-semver = "com.github.zafarkhaja:java-semver:0.10.2" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.11.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.0.BETA2" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4" -compose-bom = "androidx.compose:compose-bom:2024.08.00" +compose-bom = "androidx.compose:compose-bom:2024.09.00" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material3 = { module = "androidx.compose.material3:material3" } |