Skip to content

Commit

Permalink
Merge pull request #177 from TechIsFun/renovate/androidx.hilt-hilt-wo…
Browse files Browse the repository at this point in the history
…rk-1.x

fix(deps): update dependency androidx.hilt:hilt-work to v1.1.0
  • Loading branch information
TechIsFun authored Nov 3, 2023
2 parents 996eeb9 + 25dc41d commit 64a0fe2
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 64a0fe2

Please sign in to comment.