Skip to content

Commit

Permalink
Bump androidx.webkit:webkit from 1.7.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps androidx.webkit:webkit from 1.7.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: androidx.webkit:webkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent c3f4075 commit febc7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ kapt {
}

dependencies {
implementation 'androidx.webkit:webkit:1.7.0'
implementation 'androidx.webkit:webkit:1.10.0'
compileOnly project(path: ':libs:annotations')
kapt project(':libs:processors')
implementation (project(path:':libs:networking')) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ext {
androidxSwipeToRefreshVersion = '1.1.0'
androidxViewpager2Version = '1.0.0'
androidxWorkManagerVersion = "2.8.1"
androidxWebkitVersion = '1.7.0'
androidxWebkitVersion = '1.10.0'
androidxComposeMaterial3Version = '1.1.1'
apacheCommonsTextVersion = '1.10.0'
coilComposeVersion = '2.4.0'
Expand Down

0 comments on commit febc7db

Please sign in to comment.