File tree 3 files changed +6
-2
lines changed
packages/camera/camera_android_camerax
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.8
2
+
3
+ * Updates Guava version to 33.3.0.
4
+
1
5
## 0.6.7+2
2
6
3
7
* Updates lint checks to ignore NewerVersionAvailable.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
implementation " androidx.camera:camera-camera2:${ camerax_version} "
67
67
implementation " androidx.camera:camera-lifecycle:${ camerax_version} "
68
68
implementation " androidx.camera:camera-video:${ camerax_version} "
69
- implementation ' com.google.guava:guava:33.2.1 -android'
69
+ implementation ' com.google.guava:guava:33.3.0 -android'
70
70
testImplementation ' junit:junit:4.13.2'
71
71
testImplementation ' org.mockito:mockito-inline:5.0.0'
72
72
testImplementation ' androidx.test:core:1.4.0'
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.7+2
5
+ version : 0.6.8
6
6
7
7
environment :
8
8
sdk : ^3.4.0
You can’t perform that action at this time.
0 commit comments