From b2e49eb93c9eda491611c25ad3edda3afe980a06 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Sat, 15 Jul 2023 13:12:28 +0200 Subject: [PATCH] Bump webkit version to 1.7.0 --- modules/web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/build.gradle b/modules/web/build.gradle index 1e604121..23dc7661 100644 --- a/modules/web/build.gradle +++ b/modules/web/build.gradle @@ -32,5 +32,5 @@ dependencies { implementation "com.google.android.material:material:${ANDROID_MATERIAL_VERSION}" implementation "androidx.constraintlayout:constraintlayout:${ANDROIDX_CONSTRAINTLAYOUT_VERSION}" implementation "androidx.swiperefreshlayout:swiperefreshlayout:${ANDROIDX_SWIPEREFRESHLAYOUT_VERSION}" - implementation 'androidx.webkit:webkit:1.6.1' + implementation 'androidx.webkit:webkit:1.7.0' }