diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-05 19:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 19:12:30 +0000 |
commit | 9c4a27b9d8e5be4031df9917374cfd32c2df256a (patch) | |
tree | a318c3916f9df51e9992f8941acb0979fce29711 /gradle/libs.versions.toml | |
parent | 5ef55e6a624513292b07aec74c9ba906aeb11c3c (diff) |
chore(deps): update hilt to v2.52 (#3154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-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 8dce0f28..a060d85a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ androidxActivity = "1.9.1" bouncycastle = "1.78.1" coroutines = "1.8.1" flowbinding = "1.2.0" -hilt = "2.51.1" +hilt = "2.52" kotlin = "2.0.0" kotlinResult = "2.0.0" lifecycle = "2.8.4" |