aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-23 10:04:59 +0000
committerGitHub <noreply@github.com>2022-08-23 10:04:59 +0000
commitb1fb8f3a60b421f7b408bb63c2aa0462f164f4f4 (patch)
tree5e20534b72455b59ecca76a347ab87f8bb6ab677 /gradle/libs.versions.toml
parent8113bb18e7a76980b8dd14063cfd8bf9159c9c72 (diff)
fix(deps): update dependency androidx.compose.animation:animation to v1.2.1 (#2074)
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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ea28b439..da3a1515 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -48,7 +48,7 @@ build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.9.1"
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.0"
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.42.0"
-compose-animation = "androidx.compose.animation:animation:1.1.1"
+compose-animation = "androidx.compose.animation:animation:1.2.1"
compose-compiler = "androidx.compose.compiler:compiler:1.3.0"
compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" }
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" }