Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[image_picker]: Bump annotation from 1.0.0 to 1.5.0 in /packages/image_picker/image_picker_android/android #254

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[image_picker]: Bump annotation
Bumps annotation from 1.0.0 to 1.5.0.

---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2022
commit 5d223ecab6acd6c792de72b72022e6bdaa7154a3
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_android/android/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}
dependencies {
implementation 'androidx.core:core:1.0.2'
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.exifinterface:exifinterface:1.3.0'

testImplementation 'junit:junit:4.12'
Expand Down