Skip to content

Commit ab49e07

Browse files
Bump androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1
Bumps androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57af32a commit ab49e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudApp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "androidx.preference:preference-ktx:1.2.0"
3030
implementation "androidx.room:room-runtime:$androidxRoom"
3131
implementation "androidx.sqlite:sqlite-ktx:2.3.0"
32-
implementation "androidx.work:work-runtime-ktx:2.8.0"
32+
implementation "androidx.work:work-runtime-ktx:2.8.1"
3333
implementation("androidx.browser:browser:1.5.0") { because "CustomTabs required for OAuth2 and OIDC" }
3434
implementation("androidx.enterprise:enterprise-feedback:1.1.0") { because "MDM feedback" }
3535

0 commit comments

Comments
 (0)