diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-22 19:13:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 19:13:13 +0000 |
commit | aee5f51884ea6e07d553659a9bf215480df2c1ad (patch) | |
tree | caee66e9c0a1b59077b6e0f08f0a04e8b790fc16 | |
parent | 71265a2581cb31e27825fad09778ab89371f84db (diff) |
fix(deps): update lifecycle to v2.6.1 (#2431)
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 fba47f5a..510bf176 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" +lifecycle = "2.6.1" [libraries] android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2" |