diff --git a/packages/image_picker/image_picker_android/CHANGELOG.md b/packages/image_picker/image_picker_android/CHANGELOG.md index 8e5fd29e4567..899f270ff1a3 100644 --- a/packages/image_picker/image_picker_android/CHANGELOG.md +++ b/packages/image_picker/image_picker_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.6+7 + +* Bumps androidx.annotation:annotation from 1.3.0 to 1.6.0. + ## 0.8.6+6 * Bumps androidx.core:core from 1.8.0 to 1.9.0. diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index 3af3ba471df1..f4b19b7d4cf1 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -33,7 +33,7 @@ android { } dependencies { implementation 'androidx.core:core:1.9.0' - implementation 'androidx.annotation:annotation:1.3.0' + implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'androidx.activity:activity:1.6.1' diff --git a/packages/image_picker/image_picker_android/pubspec.yaml b/packages/image_picker/image_picker_android/pubspec.yaml index 702ae0e14a44..75a64870a58b 100755 --- a/packages/image_picker/image_picker_android/pubspec.yaml +++ b/packages/image_picker/image_picker_android/pubspec.yaml @@ -3,7 +3,7 @@ description: Android implementation of the image_picker plugin. repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22 -version: 0.8.6+6 +version: 0.8.6+7 environment: sdk: ">=2.17.0 <3.0.0"