Skip to content

Commit 00f24ba

Browse files
[image_picker]: Bump androidx.activity:activity
Bumps androidx.activity:activity from 1.7.2 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7dee79 commit 00f24ba

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.10.1'
4242
implementation 'androidx.annotation:annotation:1.7.0'
4343
implementation 'androidx.exifinterface:exifinterface:1.3.6'
44-
implementation 'androidx.activity:activity:1.7.2'
44+
implementation 'androidx.activity:activity:1.8.2'
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)