fix(deps): update dependency androidx.concurrent:concurrent-futures to v1.3.0 (#5630)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-17 09:36:24 +08:00
committed by GitHub
parent 9148a6e994
commit 0cd77a034c
2 changed files with 2 additions and 2 deletions

View File

@@ -35,5 +35,5 @@ dependencies {
implementation "com.google.dagger:hilt-android:$daggerVersion"
ksp "com.google.dagger:hilt-compiler:$daggerVersion"
implementation "androidx.concurrent:concurrent-futures:1.2.0"
implementation "androidx.concurrent:concurrent-futures:1.3.0"
}

View File

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