diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-22 20:03:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 20:03:52 +0000 |
commit | fcf1faa3aac1d6e984b1ee5227eecdd20325d057 (patch) | |
tree | d7e33a3e653e1f8e03c6880523fb21a5148e1fde | |
parent | c71c784f8c543ae662510cf7596bc339cb2bd5fd (diff) |
fix(deps): update lifecycle to v2.6.0-rc01 (#2390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 ec4b7de2..630aa5f1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ flowbinding = "1.2.0" hilt = "2.45" kotlin = "1.8.10" leakcanary = "2.10" -lifecycle = "2.6.0-beta01" +lifecycle = "2.6.0-rc01" [libraries] android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2" |