Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into update-annotations-dep-2023-09-15
  • Loading branch information
reidbaker committed Oct 24, 2023
commit aaa104d9de25fd0a45dcfaa98c6fc64308e9f61a
18 changes: 17 additions & 1 deletion packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
## 0.10.8+9
## 0.10.8+13

* Updates annotations lib to 1.7.0.

## 0.10.8+12

* Fixes handling of autofocus state when taking a picture.

## 0.10.8+11

* Downgrades AGP version for compatibility with legacy projects.

## 0.10.8+10

* Sets android.defaults.buildfeatures.buildconfig to true for compatibility with AGP 8.0+.

## 0.10.8+9

* Removes usage of `_ambiguate` method in example.

## 0.10.8+8

* Adds pub topics to package metadata.
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22

version: 0.10.8+9
version: 0.10.8+13

environment:
sdk: ">=2.19.0 <4.0.0"
Expand Down
6 changes: 5 additions & 1 deletion packages/image_picker/image_picker_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 0.8.8+1
## 0.8.8+2

* Updates annotations lib to 1.7.0.

## 0.8.8+1

* Fixes NullPointerException on pre-Android 13 devices when using Android Photo Picker to pick image or video.

## 0.8.8

* Adds additional category II and III exif tags to be copied during photo resize.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.