Skip to content

Commit

Permalink
chore(deps): update androidx.work:work-runtime-ktx to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 63513a5 commit 4ec5200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ dependencies {
//noinspection GradleDependency
implementation 'com.google.zxing:core:3.3.0' // <-- don't update

def work_version = '2.9.1'
def work_version = '2.10.0'
// Work Request - used to delay boot event handling
implementation "androidx.work:work-runtime-ktx:$work_version"

Expand Down

0 comments on commit 4ec5200

Please sign in to comment.