Skip to content

Commit 041d57a

Browse files
upgrade dcp guide
1 parent f92886b commit 041d57a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

programming/android/user-guide/getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ There are two ways to add the libraries into your project - **Manually** and **M
8080
```groovy
8181
dependencies {
8282
implementation 'com.dynamsoft:dynamsoftcodeparser:2.0.20'
83+
implementation 'com.dynamsoft:dynamsoftcodeparserdedicator:1.0.0'
84+
implementation 'com.dynamsoft:dynamsoftcore:3.0.20'
85+
implementation 'com.dynamsoft:dynamsoftlicense:3.0.20'
8386
}
8487
```
8588

programming/ios/user-guide/getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ There are two ways to add the libraries into your project - **Manually** and **V
6464
use_frameworks!
6565

6666
pod 'DynamsoftCodeParser','2.0.20'
67+
pod 'DynamsoftCodeParserDedicator','1.0.0'
68+
pod 'DynamsoftCore','3.0.20'
69+
pod 'DynamsoftLicense','3.0.20'
6770

6871
end
6972
```

0 commit comments

Comments
 (0)