Skip to content

Commit dcf34f6

Browse files
[image_picker]: Bump androidx.annotation:annotation
Bumps androidx.annotation:annotation from 1.3.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e656e79 commit dcf34f6

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
@@ -39,7 +39,7 @@ android {
3939
}
4040
dependencies {
4141
implementation 'androidx.core:core:1.10.1'
42-
implementation 'androidx.annotation:annotation:1.3.0'
42+
implementation 'androidx.annotation:annotation:1.7.0'
4343
implementation 'androidx.exifinterface:exifinterface:1.3.6'
4444
implementation 'androidx.activity:activity:1.7.2'
4545
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.

0 commit comments

Comments
 (0)