diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-22 03:58:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 03:58:09 +0000 |
commit | ce96d6fa3cec3502ef8bf2d47acdaeea27f5231c (patch) | |
tree | 32dd84b60a221eaa201f5db8479f9e97c74b5007 /gradle | |
parent | 80f3e5b3cd661076633964e8775f1d09edfed88d (diff) |
fix(deps): update dependency androidx.compose.animation:animation to v1.3.0-beta03 (#2141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 785d5c86..9b1ba6f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,7 +49,7 @@ build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin: build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.11.0" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.1" build-versions = "com.github.ben-manes:gradle-versions-plugin:0.42.0" -compose-animation = "androidx.compose.animation:animation:1.3.0-beta02" +compose-animation = "androidx.compose.animation:animation:1.3.0-beta03" compose-compiler = "androidx.compose.compiler:compiler:1.3.1" compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" } |