Skip to content

Commit

Permalink
Merge pull request #3988 from owncloud/dependabot/gradle/androidx.wor…
Browse files Browse the repository at this point in the history
…k-work-runtime-ktx-2.8.1

Bump androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1
  • Loading branch information
abelgardep authored Mar 23, 2023
2 parents 57af32a + ab49e07 commit df7afc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation "androidx.preference:preference-ktx:1.2.0"
implementation "androidx.room:room-runtime:$androidxRoom"
implementation "androidx.sqlite:sqlite-ktx:2.3.0"
implementation "androidx.work:work-runtime-ktx:2.8.0"
implementation "androidx.work:work-runtime-ktx:2.8.1"
implementation("androidx.browser:browser:1.5.0") { because "CustomTabs required for OAuth2 and OIDC" }
implementation("androidx.enterprise:enterprise-feedback:1.1.0") { because "MDM feedback" }

Expand Down

0 comments on commit df7afc3

Please sign in to comment.