aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-25 08:27:17 +0530
committerGitHub <noreply@github.com>2022-08-25 08:27:17 +0530
commitbc1b7e732a3cc8fe62bebdf35cb2c5c73d024efc (patch)
tree1ca7ea96b3fcf29f0ec601423c2bc026dbd4ced7
parent64b7b23c2615d4e42e768650c8efd334bdd541ba (diff)
fix(deps): update composeui to v1.3.0-beta01 (#2083)
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 e60c4801..de409e2a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@ agp = "7.2.2"
androidxActivity = "1.6.0-rc01"
bouncycastle = "1.71"
composeFoundation = "1.3.0-beta01"
-composeUi = "1.3.0-alpha03"
+composeUi = "1.3.0-beta01"
coroutines = "1.6.4"
flowbinding = "1.2.0"
hilt = "2.43.2"