diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-08 09:10:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 09:10:18 +0530 |
commit | 31ea4abe595f6233fb24aa8cc98936ef3d9cb1b8 (patch) | |
tree | e37ecdd1efe48adc5b35c066a0745e891eaa46ab /gradle | |
parent | 239095fe68920781779fda39c738e54bc972e761 (diff) |
fix(deps): update composefoundation to v1.3.0-beta02 (#2109)
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 1841b5e4..ceea9b3d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "7.2.2" androidxActivity = "1.6.0-rc02" bouncycastle = "1.71" -composeFoundation = "1.3.0-beta01" +composeFoundation = "1.3.0-beta02" composeUi = "1.3.0-beta01" coroutines = "1.6.4" flowbinding = "1.2.0" |