Skip to content

Commit df7afc3

Browse files
authored
Merge pull request #3988 from owncloud/dependabot/gradle/androidx.work-work-runtime-ktx-2.8.1
Bump androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1
2 parents 57af32a + ab49e07 commit df7afc3

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)