diff --git a/WordPress/build.gradle b/WordPress/build.gradle index 93370a88f9e6..d8168e2e3ff4 100644 --- a/WordPress/build.gradle +++ b/WordPress/build.gradle @@ -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')) { diff --git a/build.gradle b/build.gradle index 5cb7f225ec83..1a5ff179d187 100644 --- a/build.gradle +++ b/build.gradle @@ -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'