diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle b/packages/url_launcher/url_launcher_android/android/build.gradle index 5c799078ace..3a22e79601b 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -64,7 +64,7 @@ android { dependencies { // Java language implementation - implementation "androidx.core:core:1.10.1" + implementation "androidx.core:core:1.13.0" implementation 'androidx.annotation:annotation:1.7.1' implementation 'androidx.browser:browser:1.5.0' testImplementation 'junit:junit:4.13.2'