fix(deps): update androidx.lifecycle to v2.9.1 (#5523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-06 15:50:54 +08:00
committed by GitHub
parent bf3e3c1a49
commit a30f4152d5
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ dependencies {
ksp "com.google.dagger:hilt-compiler:$daggerVersion"
implementation "androidx.concurrent:concurrent-futures:1.2.0"
implementation "androidx.lifecycle:lifecycle-common:2.9.0"
implementation "androidx.lifecycle:lifecycle-common:2.9.1"
compileOnly projects.androidxLib
}