@capgo/camera-preview
Advanced tools
@@ -62,3 +62,3 @@ ext { | ||
| // CameraX dependencies | ||
| def camerax_version = "1.5.3" | ||
| def camerax_version = "1.6.0" | ||
| implementation "androidx.camera:camera-core:${camerax_version}" | ||
@@ -69,2 +69,3 @@ implementation "androidx.camera:camera-camera2:${camerax_version}" | ||
| implementation "androidx.camera:camera-extensions:${camerax_version}" | ||
| implementation 'com.google.guava:guava:33.3.1-android' | ||
@@ -71,0 +72,0 @@ testImplementation "junit:junit:$junitVersion" |
+1
-1
| { | ||
| "name": "@capgo/camera-preview", | ||
| "version": "8.3.1", | ||
| "version": "8.3.2", | ||
| "description": "Camera preview", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is too big to display
1235217
0