diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-27 12:33:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 12:33:59 +0000 |
commit | 321b0ad8d3a09f22639c1fa38858fb320bf39f15 (patch) | |
tree | 9ca8dab8029cae2110905d606712f74c987470bd /gradle | |
parent | 2d607c78e79fb42eb10803fd5ed412cb74442807 (diff) |
chore(deps): update androidx.compose.foundation to v1.2.0-alpha02 (#1689)
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 29f83c87..d3c056d8 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-alpha01" +compose = "1.2.0-alpha02" coroutines = "1.6.0" flowbinding = "1.2.0" hilt = "2.40.5" |