diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-22 10:00:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 10:00:20 +0000 |
commit | ae0afcc5854a89c6f1d460a95e4cd8bc206bcadd (patch) | |
tree | 42335eaef5c797969338918b61925e975978c1ee /gradle | |
parent | c77dc134736a44b2bc13ef1c2cb8532b83c74d91 (diff) |
build(deps): bump kotlinx-coroutines-android from 1.6.0-RC3 to 1.6.0 (#1599)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[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 397b169f..f5063ce0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ androidx_activity = "1.4.0" androidx_test = "1.4.1-alpha03" compose = "1.1.0-beta04" composeSnapshot = "-" -coroutines = "1.6.0-RC3" +coroutines = "1.6.0" flowbinding = "1.2.0" hilt = "2.40.5" kotlin = "1.6.10" |