Skip to content

Commit 5590155

Browse files
Bump androidx.work:work-runtime-ktx from 2.10.3 to 2.11.0
Bumps androidx.work:work-runtime-ktx from 2.10.3 to 2.11.0. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac8373b commit 5590155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ dependencies {
281281
playImplementation firestackDependency()
282282

283283
// Work manager
284-
implementation('androidx.work:work-runtime-ktx:2.10.3') {
284+
implementation('androidx.work:work-runtime-ktx:2.11.0') {
285285
modules {
286286
module("com.google.guava:listenablefuture") {
287287
replacedBy("com.google.guava:guava", "listenablefuture is part of guava")

0 commit comments

Comments
 (0)