From 43f06318c68bda7200bb2e057c88ea2ef6ff5dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:04:17 +0000 Subject: [PATCH 1/3] [dependabot]: Bump androidx.activity:activity Bumps androidx.activity:activity from 1.12.4 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../image_picker/image_picker_android/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/image_picker/image_picker_android/android/build.gradle.kts b/packages/image_picker/image_picker_android/android/build.gradle.kts index 5aeda3457473..9df3469232f8 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle.kts +++ b/packages/image_picker/image_picker_android/android/build.gradle.kts @@ -42,7 +42,7 @@ android { implementation("androidx.core:core:1.18.0") implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.exifinterface:exifinterface:1.4.2") - implementation("androidx.activity:activity:1.12.4") + implementation("androidx.activity:activity:1.13.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.23.0") From b33b115ed5df1bd38f7ab27144cff4a6c210bd9c Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Tue, 21 Jul 2026 12:13:35 -0700 Subject: [PATCH 2/3] Update dependencies in CHANGELOG.md --- packages/image_picker/image_picker_android/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/image_picker/image_picker_android/CHANGELOG.md b/packages/image_picker/image_picker_android/CHANGELOG.md index 6e4a360aa636..deee5c9af25a 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+17 + +* Bumps androidx.activity:activity from 1.12.4 to 1.13.0. + ## 0.8.13+16 * Bumps androidx.core:core from 1.17.0 to 1.18.0. From 04d5081a4668c25fdd4b6f5ba30d44a59f8a2ba5 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Tue, 21 Jul 2026 12:13:51 -0700 Subject: [PATCH 3/3] Bump version to 0.8.13+17 --- packages/image_picker/image_picker_android/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/image_picker/image_picker_android/pubspec.yaml b/packages/image_picker/image_picker_android/pubspec.yaml index a2ed7681559b..af89c5a55559 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+16 +version: 0.8.13+17 environment: sdk: ^3.9.0