diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle b/packages/url_launcher/url_launcher_android/android/build.gradle index 9d7d88d4bc5..5bab11f01bc 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -63,7 +63,7 @@ dependencies { // Java language implementation implementation("androidx.core:core:1.13.1") implementation("androidx.annotation:annotation:1.9.1") - implementation("androidx.browser:browser:1.8.0") + implementation("androidx.browser:browser:1.9.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.19.0") testImplementation("androidx.test:core:1.7.0")