capacitor-plugin-camera-forked 3.1.125 → 3.1.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,6 +77,7 @@ dependencies {
77
77
  implementation 'org.tensorflow:tensorflow-lite-gpu:2.14.0'
78
78
 
79
79
  // Google ML Kit dependencies for text recognition and object detection
80
- implementation 'com.google.mlkit:text-recognition:16.0.1'
81
- implementation 'com.google.mlkit:object-detection:17.0.1'
80
+ implementation "com.google.mlkit:text-recognition:16.0.2"
81
+ implementation "com.google.mlkit:object-detection:17.0.2"
82
+ implementation "com.google.mlkit:vision-common:17.3.0"
82
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-plugin-camera-forked",
3
- "version": "3.1.125",
3
+ "version": "3.1.130",
4
4
  "description": "A capacitor camera plugin - A custom Capacitor camera plugin with additional features.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",