File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
144144if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments