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