diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-24 10:46:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 10:46:28 +0000 |
commit | da05e8766810054f7ca735817417a553bb5d6104 (patch) | |
tree | f5f8464c68f1132450c14b0bfebc2b2636ea9d7b /gradle | |
parent | a1497043318ccf105bc00004946ebad10a443334 (diff) |
chore(deps): update androidx.compose.ui to v1.2.0-alpha06 (#1799)
Co-authored-by: Renovate Bot <bot@renovateapp.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 6e2d2a2c..55e91cb4 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-alpha05" -compose = "1.2.0-alpha05" +compose = "1.2.0-alpha06" coroutines = "1.6.0" flowbinding = "1.2.0" hilt = "2.41" |