Skip to content

Commit

Permalink
fix(deps): update dependency androidx.concurrent:concurrent-futures t…
Browse files Browse the repository at this point in the history
…o v1.2.0-beta01 (#73)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent a2bac9f commit f1b30a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systemUIShared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies {
implementation "com.google.dagger:hilt-android:$daggerVersion"
annotationProcessor "com.google.dagger:hilt-compiler:$daggerVersion"

implementation "androidx.concurrent:concurrent-futures:1.2.0-alpha03"
implementation "androidx.concurrent:concurrent-futures:1.2.0-beta01"
}
2 changes: 1 addition & 1 deletion systemUnFold/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation "com.google.dagger:hilt-android:$daggerVersion"
ksp "com.google.dagger:hilt-compiler:$daggerVersion"

implementation "androidx.concurrent:concurrent-futures:1.2.0-alpha03"
implementation "androidx.concurrent:concurrent-futures:1.2.0-beta01"
implementation "androidx.lifecycle:lifecycle-common:2.8.0-rc01"
implementation "androidx.dynamicanimation:dynamicanimation:1.1.0-alpha03"
}

0 comments on commit f1b30a1

Please sign in to comment.