diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index f281a6ffa2d..8f067f38804 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -38,7 +38,7 @@ android { implementation("androidx.core:core:1.13.1") implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.exifinterface:exifinterface:1.4.1") - implementation("androidx.activity:activity:1.10.1") + implementation("androidx.activity:activity:1.11.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.19.0")