Skip to content

Commit

Permalink
fix(deps): update dependency androidx.work:work-runtime to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent ae6e09d commit 46078d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {


dependencies {
def work_version = "2.9.1"
def work_version = "2.10.0"
implementation "androidx.work:work-runtime:$work_version"
implementation "com.google.android.gms:play-services-tasks:18.2.0"
implementation "com.google.guava:guava:32.1.3-jre"
Expand Down

0 comments on commit 46078d0

Please sign in to comment.