diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle b/packages/url_launcher/url_launcher_android/android/build.gradle index 221e6292fb9..5be0c3dd737 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -60,7 +60,7 @@ android { dependencies { // Java language implementation - implementation("androidx.core:core:1.17.0") + implementation("androidx.core:core:1.18.0") implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.browser:browser:1.9.0") testImplementation("junit:junit:4.13.2")