diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-23 11:56:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 11:56:07 +0000 |
commit | efd5f1ec7cfc0d56808e7ef31fc60653701cd171 (patch) | |
tree | efba65f1d526c96d37580fbc1b271129646f3b02 | |
parent | a99d3025dd5726ff1a45b5ac75eb3c3324d58da9 (diff) |
chore(deps): update androidx.compose.foundation to v1.1.0-rc01 (#1605)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-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 b00e868f..debd81ac 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.1.0-beta04" +compose = "1.1.0-rc01" composeSnapshot = "-" coroutines = "1.6.0" flowbinding = "1.2.0" |