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.
- package/android/build.gradle +3 -2
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -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
|
|
81
|
-
implementation
|
|
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