Skip to content

Commit 3008490

Browse files
committed
update DDN to latest versions
1 parent a666a84 commit 3008490

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies {
138138
// From node_modules
139139
implementation project(path: ':react-native-vision-camera')
140140
// DDN
141-
implementation 'com.dynamsoft:dynamsoftdocumentnormalizer:1.0.10'
141+
implementation 'com.dynamsoft:dynamsoftdocumentnormalizer:1.0.21'
142142
}
143143

144144
if (isNewArchitectureEnabled()) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vision-camera-dynamsoft-document-normalizer",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A React Native Vision Camera frame processor plugin for Dynamsoft Document Normalizer which can be used to create a document scanner.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

vision-camera-dynamsoft-document-normalizer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "React-Core"
20-
s.dependency "DynamsoftDocumentNormalizer", "= 1.0.10"
20+
s.dependency "DynamsoftDocumentNormalizer", "= 1.0.20"
2121

2222
# Don't install the dependencies when we run `pod install` in the old architecture.
2323
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

0 commit comments

Comments
 (0)