Skip to content

Commit a0e11fc

Browse files
fix(deps): update dependency androidx.work:work-runtime to v2.10.1 (#563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34a3a5b commit a0e11fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949

5050

5151
dependencies {
52-
def work_version = "2.10.0"
52+
def work_version = "2.10.1"
5353
implementation "androidx.work:work-runtime:$work_version"
5454
implementation "com.google.android.gms:play-services-tasks:18.3.0"
5555
implementation "com.google.guava:guava:33.4.8-android"

0 commit comments

Comments
 (0)