File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/camera/camera_android_camerax Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.20+3
2
+
3
+ * Bumps com.google.guava: guava from 33.4.0-android to 33.4.8-android.
4
+
1
5
## 0.6.20+2
2
6
3
7
* Bumps com.android.tools.build: gradle to 8.12.1 and kotlin_version to 2.2.10.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
implementation " androidx.camera:camera-camera2:${ camerax_version} "
78
78
implementation " androidx.camera:camera-lifecycle:${ camerax_version} "
79
79
implementation " androidx.camera:camera-video:${ camerax_version} "
80
- implementation ' com.google.guava:guava:33.4.0 -android'
80
+ implementation ' com.google.guava:guava:33.4.8 -android'
81
81
testImplementation ' junit:junit:4.13.2'
82
82
testImplementation " org.mockito:mockito-core:5.19.0"
83
83
testImplementation ' org.mockito:mockito-inline:5.2.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.20+2
5
+ version : 0.6.20+3
6
6
7
7
environment :
8
8
sdk : ^3.8.1
You can’t perform that action at this time.
0 commit comments