Skip to content

Commit 9f9aa1a

Browse files
[image_picker]: Bump androidx.activity:activity
Bumps androidx.activity:activity from 1.9.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48f83cd commit 9f9aa1a

File tree

1 file changed

+1
-1
lines changed
  • packages/image_picker/image_picker_android/android

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
implementation 'androidx.core:core:1.13.1'
4242
implementation 'androidx.annotation:annotation:1.8.0'
4343
implementation 'androidx.exifinterface:exifinterface:1.3.7'
44-
implementation 'androidx.activity:activity:1.9.0'
44+
implementation 'androidx.activity:activity:1.9.1'
4545
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
4646
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
4747
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))

0 commit comments

Comments
 (0)