diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-29 17:33:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 17:33:46 +0000 |
commit | 8b742a444228c68ed8986b3a24f2f84b65605277 (patch) | |
tree | 39b0fea9902035d339d274b657fd89dbac8a606d /gradle | |
parent | 39822c88993f24848d5bb9066c49c2f2053e8b94 (diff) |
fix(deps): update dependency androidx.lifecycle:lifecycle-common to v2.8.1 (#3071)
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 a140adef..fbea3a55 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ flowbinding = "1.2.0" hilt = "2.51.1" kotlin = "2.0.0" kotlinResult = "2.0.0" -lifecycle = "2.8.0" +lifecycle = "2.8.1" moshi = "1.15.1" [libraries] |