Skip to content

Commit

Permalink
fix(deps): update dependency androidx.hilt:hilt-work to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 996eeb9 commit 25dc41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work-manager/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
def work_version = "2.8.1"
implementation "androidx.work:work-runtime-ktx:$work_version"
androidTestImplementation "androidx.work:work-testing:$work_version"
implementation 'androidx.hilt:hilt-work:1.0.0'
implementation 'androidx.hilt:hilt-work:1.1.0'

// Hilt
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand Down

0 comments on commit 25dc41d

Please sign in to comment.