diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-08 05:17:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 05:17:45 +0000 |
commit | d3a4541ac1ec7663d573fe3557beb3233f295fa8 (patch) | |
tree | c342a486f49aeb04e3d5df5812d98a1a79c3064f /gradle | |
parent | 9008a684f3b9c3fd201f8e5c8ada61a0126f0402 (diff) |
fix(deps): update lifecycle to v2.6.0-alpha02 (#2118)
Co-authored-by: renovate[bot] <29139614+renovate[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 bae545cd..87707114 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ flowbinding = "1.2.0" hilt = "2.43.2" kotlin = "1.7.10" leakcanary = "2.9.1" -lifecycle = "2.6.0-alpha01" +lifecycle = "2.6.0-alpha02" [libraries] android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2" |