Skip to content

Commit b39bbbb

Browse files
[dependabot]: Bump androidx.activity:activity from 1.12.4 to 1.13.0 in /packages/image_picker/image_picker_android/android (#11253)
Bumps androidx.activity:activity from 1.12.4 to 1.13.0. > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
1 parent e30efb2 commit b39bbbb

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/image_picker/image_picker_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.13+20
2+
3+
* Bumps androidx.activity:activity from 1.12.4 to 1.13.0.
4+
15
## 0.8.13+19
26

37
* Bumps the androidx group across 10 directories with 1 update.

packages/image_picker/image_picker_android/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
implementation("androidx.core:core:1.18.0")
5151
implementation("androidx.annotation:annotation:1.10.0")
5252
implementation("androidx.exifinterface:exifinterface:1.4.2")
53-
implementation("androidx.activity:activity:1.12.4")
53+
implementation("androidx.activity:activity:1.13.0")
5454

5555
testImplementation("junit:junit:4.13.2")
5656
testImplementation("org.mockito:mockito-core:5.23.0")

packages/image_picker/image_picker_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker_android
22
description: Android implementation of the image_picker plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5-
version: 0.8.13+19
5+
version: 0.8.13+20
66

77
environment:
88
sdk: ^3.12.0

0 commit comments

Comments
 (0)