diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-23 12:45:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 12:45:27 +0000 |
commit | 2b28f9f49618f7ed0f5e8f4371c83d856d69cb99 (patch) | |
tree | 3d116c5479f7f5307a02ae8457d364d47e6fa9b2 | |
parent | a304998bab23b60ac2033914cdf97151e43ccd6a (diff) |
chore(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.0.0-rc01 (#1612)
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 fa39cd44..4e0adf48 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.2" androidx-core-ktx = "androidx.core:core-ktx:1.8.0-alpha01" androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01" androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.0" -androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0-beta01" +androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0-rc01" 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" } |