aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-09-08 03:54:27 +0000
committerGitHub <noreply@github.com>2022-09-08 03:54:27 +0000
commite6a222fcb9fe07d979c8fff0e18176509862a406 (patch)
tree44417fe1bc43769b65d90227691561550c31042c
parente165634837525ebfb63f520b93259b991c933817 (diff)
fix(deps): update composeui to v1.3.0-beta02 (#2111)
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 fed369a0..7cc5cda9 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@ agp = "7.2.2"
androidxActivity = "1.6.0-rc02"
bouncycastle = "1.71"
composeFoundation = "1.3.0-beta02"
-composeUi = "1.3.0-beta01"
+composeUi = "1.3.0-beta02"
coroutines = "1.6.4"
flowbinding = "1.2.0"
hilt = "2.43.2"