diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-27 17:56:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 17:56:05 +0000 |
commit | fdf24deb82c15b8078c4948593e482d42bfa9c27 (patch) | |
tree | 96a31c4b7e66f390d73e6b58dd9418360d030cc8 /gradle | |
parent | 17547d9a832c5e29e2d77111816eebac31c66a82 (diff) |
chore(deps): update dependency androidx.fragment:fragment-ktx to v1.4.1 (#1694)
Co-authored-by: Renovate Bot <bot@renovateapp.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 32dc2397..e441381e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha04 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.0" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.1" 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" } |