diff --git a/packages/image_picker/image_picker_android/CHANGELOG.md b/packages/image_picker/image_picker_android/CHANGELOG.md index c1b8c7021857..1bbdc90d2123 100644 --- a/packages/image_picker/image_picker_android/CHANGELOG.md +++ b/packages/image_picker/image_picker_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.13+13 + +* Bumps androidx.activity:activity from 1.11.0 to 1.12.2. + ## 0.8.13+12 * Bump androidx.core:core from 1.13.1 to 1.17.0. diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index c5db3075e24f..6a88c2558eab 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.17.0") implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.exifinterface:exifinterface:1.4.2") - implementation("androidx.activity:activity:1.11.0") + implementation("androidx.activity:activity:1.12.2") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.21.0") diff --git a/packages/image_picker/image_picker_android/pubspec.yaml b/packages/image_picker/image_picker_android/pubspec.yaml index 762b03747f72..bc0536c3edc9 100755 --- a/packages/image_picker/image_picker_android/pubspec.yaml +++ b/packages/image_picker/image_picker_android/pubspec.yaml @@ -2,7 +2,7 @@ name: image_picker_android description: Android implementation of the image_picker plugin. repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22 -version: 0.8.13+12 +version: 0.8.13+13 environment: sdk: ^3.9.0