diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-10 17:24:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 17:24:31 +0530 |
commit | bba4dad568fca1fa64233bf03b07d82bfb66a050 (patch) | |
tree | ba9d83e21d18c7e70171dabd3d31618e5700151b | |
parent | 96bae4d788cc5d7ce1f1e8fa9b912fcae7dfed01 (diff) |
chore(deps): update androidx.lifecycle to v2.4.1 (#1721)
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 9ef52aa1..7903da8b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ flowbinding = "1.2.0" hilt = "2.40.5" kotlin = "1.6.10" leakcanary = "2.8.1" -lifecycle = "2.4.0" +lifecycle = "2.4.1" [libraries] android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5" |