Skip to content

Commit 5c006f9

Browse files
committed
update DDN to 1.0.30
1 parent 3016fa8 commit 5c006f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.21'
141+
implementation 'com.dynamsoft:dynamsoftdocumentnormalizer:1.0.30'
142142
}
143143

144144
if (isNewArchitectureEnabled()) {

vision-camera-dynamsoft-document-normalizer.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Pod::Spec.new do |s|
1818

1919
s.dependency "React-Core"
2020
s.dependency "DynamsoftCore", "= 2.0.2"
21-
s.dependency "DynamsoftImageProcessing", "= 1.0.20"
22-
s.dependency "DynamsoftIntermediateResult", "= 1.0.20"
23-
s.dependency "DynamsoftDocumentNormalizer", "= 1.0.20"
21+
s.dependency "DynamsoftImageProcessing", "= 1.0.30"
22+
s.dependency "DynamsoftIntermediateResult", "= 1.0.30"
23+
s.dependency "DynamsoftDocumentNormalizer", "= 1.0.30"
2424

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

0 commit comments

Comments
 (0)