Skip to content

Commit

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

Bump androidx.webkit:webkit from 1.10.0 to 1.11.0
  • Loading branch information
irfano committed Jun 18, 2024
2 parents 3b1e418 + 7e498ba commit e6dd7b3
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 @@ -350,7 +350,7 @@ static def addBuildConfigFieldsFromPrefixedProperties(variant, properties, prefi
}

dependencies {
implementation 'androidx.webkit:webkit:1.10.0'
implementation 'androidx.webkit:webkit:1.11.0'
implementation "androidx.navigation:navigation-compose:$androidxComposeNavigationVersion"
compileOnly project(path: ':libs:annotations')
ksp 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 @@ -60,7 +60,7 @@ ext {
androidxSwipeToRefreshVersion = '1.1.0'
androidxViewpager2Version = '1.0.0'
androidxWorkManagerVersion = "2.9.0"
androidxWebkitVersion = '1.10.0'
androidxWebkitVersion = '1.11.0'
androidxComposeMaterial3Version = '1.1.1'
apacheCommonsTextVersion = '1.10.0'
coilComposeVersion = '2.4.0'
Expand Down

0 comments on commit e6dd7b3

Please sign in to comment.