diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-27 20:29:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 20:29:44 +0000 |
commit | 4c1c1dd7d1e916b872620219d89ef4153459d80c (patch) | |
tree | e991e28a0365ccf4d0454d3e59a762d019b08a23 | |
parent | ad4f1172981e19605f0b610ebb448aa6bff9c435 (diff) |
chore(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.0.0 (#1695)
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 7be03f01..8efe0abb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3" androidx-core-ktx = "androidx.core:core-ktx:1.8.0-alpha03" androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01" androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.1" -androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0-rc01" +androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0" androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" } androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } |