diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e77fbf5..310696f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("androidx.cardview:cardview:1.0.0") implementation("com.squareup.okhttp3:okhttp:5.3.2") - implementation("androidx.browser:browser:1.8.0") + implementation("androidx.browser:browser:1.10.0") // Testing testImplementation("junit:junit:4.13.2")