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' }