From 0cd77a034cfa041e54905a4f134c1218e2e04d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 09:36:24 +0800 Subject: [PATCH] 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> --- systemUI/shared/build.gradle | 2 +- systemUI/unfold/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemUI/shared/build.gradle b/systemUI/shared/build.gradle index 0fc210e5e7..a64cf0ebba 100644 --- a/systemUI/shared/build.gradle +++ b/systemUI/shared/build.gradle @@ -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" } diff --git a/systemUI/unfold/build.gradle b/systemUI/unfold/build.gradle index a7800d41ec..0d23f5c99c 100644 --- a/systemUI/unfold/build.gradle +++ b/systemUI/unfold/build.gradle @@ -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