diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-10 08:20:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 08:20:12 +0000 |
commit | 96bae4d788cc5d7ce1f1e8fa9b912fcae7dfed01 (patch) | |
tree | 2921c657c23f5ff4b8a7d71fb4c62f01bd35702a | |
parent | cca04dd40a722770df6063ba3172cca109887432 (diff) |
chore(deps): update dependency androidx.compose.animation:animation to v1.2.0-alpha03 (#1720)
Co-authored-by: Renovate Bot <bot@renovateapp.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 a51c4469..9ef52aa1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ [versions] androidx_activity = "1.4.0" androidx_test = "1.4.1-alpha03" -compose = "1.2.0-alpha02" +compose = "1.2.0-alpha03" coroutines = "1.6.0" flowbinding = "1.2.0" hilt = "2.40.5" |