Skip to content

Commit

Permalink
Merge pull request #20038 from wordpress-mobile/dependabot/gradle/and…
Browse files Browse the repository at this point in the history
…roidx.webkit-webkit-1.10.0

Bump androidx.webkit:webkit from 1.7.0 to 1.10.0
  • Loading branch information
ravishanker authored Feb 13, 2024
2 parents b7538b8 + d68ade5 commit 2271079
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 @@ -342,7 +342,7 @@ kapt {
}

dependencies {
implementation 'androidx.webkit:webkit:1.7.0'
implementation 'androidx.webkit:webkit:1.10.0'
implementation "androidx.navigation:navigation-compose:$androidxComposeNavigationVersion"
compileOnly project(path: ':libs:annotations')
kapt project(':libs:processors')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 2271079

Please sign in to comment.