mediversal-rn-image-intelligence 1.0.8 → 1.0.9

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.
@@ -19,7 +19,7 @@ def safeExtGet(prop, fallback) {
19
19
 
20
20
  android {
21
21
  compileSdkVersion safeExtGet('compileSdkVersion', 33)
22
-
22
+ ndkVersion "26.1.10909125"
23
23
  namespace "com.mediversalrnimagintelligence"
24
24
 
25
25
  defaultConfig {
@@ -58,7 +58,7 @@ dependencies {
58
58
  implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.0"
59
59
 
60
60
  // Google ML Kit - Face Detection
61
- implementation 'com.google.mlkit:face-detection:16.1.5'
61
+ implementation 'com.google.mlkit:face-detection:16.1.7'
62
62
 
63
63
  // Google ML Kit - Text Recognition v2 (newer API)
64
64
  implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediversal-rn-image-intelligence",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Production-ready React Native library for intelligent image analysis using Google ML Kit (on-device)",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",