react-native-rectangle-doc-scanner 3.133.0 → 3.135.0

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Oct 30 14:45:06 KST 2025
2
+ gradle.version=8.9
File without changes
@@ -34,12 +34,12 @@ android {
34
34
  }
35
35
 
36
36
  compileOptions {
37
- sourceCompatibility JavaVersion.VERSION_1_8
38
- targetCompatibility JavaVersion.VERSION_1_8
37
+ sourceCompatibility JavaVersion.VERSION_17
38
+ targetCompatibility JavaVersion.VERSION_17
39
39
  }
40
40
 
41
41
  kotlinOptions {
42
- jvmTarget = '1.8'
42
+ jvmTarget = '17'
43
43
  }
44
44
 
45
45
  sourceSets {
@@ -66,7 +66,7 @@ dependencies {
66
66
  implementation "androidx.camera:camera-view:${camerax_version}"
67
67
 
68
68
  // OpenCV for document detection
69
- implementation 'org.opencv:opencv:4.8.0'
69
+ implementation 'org.opencv:opencv:4.9.0'
70
70
 
71
71
  // Coroutines for async operations
72
72
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rectangle-doc-scanner",
3
- "version": "3.133.0",
3
+ "version": "3.135.0",
4
4
  "description": "Native-backed document scanner for React Native with customizable overlays.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",