File tree 3 files changed +4
-3
lines changed
packages/camera/camera_android_camerax 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.6.5+2
2
2
3
+ * Update to latest stable camerax ` 1.3.3 ` .
3
4
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4
5
5
6
## 0.6.5+1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
61
61
62
62
dependencies {
63
63
// CameraX core library using the camera2 implementation must use same version number.
64
- def camerax_version = " 1.3.0-beta01 "
64
+ def camerax_version = " 1.3.3 "
65
65
implementation " androidx.camera:camera-core:${ camerax_version} "
66
66
implementation " androidx.camera:camera-camera2:${ camerax_version} "
67
67
implementation " androidx.camera:camera-lifecycle:${ camerax_version} "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: camera_android_camerax
2
2
description : Android implementation of the camera plugin using the CameraX library.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
- version : 0.6.5+1
5
+ version : 0.6.5+2
6
6
7
7
environment :
8
8
sdk : ^3.2.0
You can’t perform that action at this time.
0 commit comments