Skip to content

Commit

Permalink
update DDN to 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
xulihang committed Nov 6, 2023
1 parent 3016fa8 commit 5c006f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {
// From node_modules
implementation project(path: ':react-native-vision-camera')
// DDN
implementation 'com.dynamsoft:dynamsoftdocumentnormalizer:1.0.21'
implementation 'com.dynamsoft:dynamsoftdocumentnormalizer:1.0.30'
}

if (isNewArchitectureEnabled()) {
Expand Down
6 changes: 3 additions & 3 deletions vision-camera-dynamsoft-document-normalizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Pod::Spec.new do |s|

s.dependency "React-Core"
s.dependency "DynamsoftCore", "= 2.0.2"
s.dependency "DynamsoftImageProcessing", "= 1.0.20"
s.dependency "DynamsoftIntermediateResult", "= 1.0.20"
s.dependency "DynamsoftDocumentNormalizer", "= 1.0.20"
s.dependency "DynamsoftImageProcessing", "= 1.0.30"
s.dependency "DynamsoftIntermediateResult", "= 1.0.30"
s.dependency "DynamsoftDocumentNormalizer", "= 1.0.30"

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

0 comments on commit 5c006f9

Please sign in to comment.