diff --git a/sample-app/build.gradle.kts b/sample-app/build.gradle.kts index dd3ea7deb..f2faef661 100644 --- a/sample-app/build.gradle.kts +++ b/sample-app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6") implementation("androidx.appcompat:appcompat:1.5.0") - implementation("androidx.webkit:webkit:1.4.0") + implementation("androidx.webkit:webkit:1.5.0") implementation("androidx.browser:browser:1.4.0") implementation("com.google.android.material:material:1.5.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")