Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 94eba63

Browse files
committed
Bump worker
1 parent c3ae5e9 commit 94eba63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WorkManagerMultiprocessSample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dependencies {
5353
implementation 'com.google.android.material:material:1.3.0'
5454
implementation 'androidx.concurrent:concurrent-futures-ktx:1.1.0'
5555
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
56-
implementation 'androidx.work:work-runtime-ktx:2.6.0-alpha02'
57-
implementation 'androidx.work:work-multiprocess:2.6.0-alpha02'
56+
implementation 'androidx.work:work-runtime-ktx:2.7.1'
57+
implementation 'androidx.work:work-multiprocess:2.7.1'
5858
testImplementation 'androidx.test:core:1.3.0'
5959
testImplementation 'junit:junit:4.13.2'
6060
androidTestImplementation 'androidx.test.ext:junit:1.1.2'

0 commit comments

Comments
 (0)