diff --git a/sample-app/build.gradle.kts b/sample-app/build.gradle.kts index 3d4f9dd61..b2a502d85 100644 --- a/sample-app/build.gradle.kts +++ b/sample-app/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("androidx.webkit:webkit:1.6.0") + implementation("androidx.webkit:webkit:1.6.1") implementation("androidx.browser:browser:1.5.0") implementation("com.google.android.material:material:1.5.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")