Skip to content

Commit 322a3eb

Browse files
fix bug
1 parent 041d57a commit 322a3eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are two ways to add the libraries into your project - **Manually** and **M
8282
implementation 'com.dynamsoft:dynamsoftcodeparser:2.0.20'
8383
implementation 'com.dynamsoft:dynamsoftcodeparserdedicator:1.0.0'
8484
implementation 'com.dynamsoft:dynamsoftcore:3.0.20'
85-
implementation 'com.dynamsoft:dynamsoftlicense:3.0.20'
85+
implementation 'com.dynamsoft:dynamsoftlicense:3.0.30'
8686
}
8787
```
8888

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There are two ways to add the libraries into your project - **Manually** and **V
6666
pod 'DynamsoftCodeParser','2.0.20'
6767
pod 'DynamsoftCodeParserDedicator','1.0.0'
6868
pod 'DynamsoftCore','3.0.20'
69-
pod 'DynamsoftLicense','3.0.20'
69+
pod 'DynamsoftLicense','3.0.30'
7070

7171
end
7272
```

0 commit comments

Comments
 (0)