Skip to content

Commit 4305ce8

Browse files
Merge pull request #79 from dynamsoft-docs/preview
update to internal commit 40794472
2 parents b5dd4af + 0381a26 commit 4305ce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ In this guide, you will learn step by step on how to build a document scanner ap
8585
>1.
8686
```groovy
8787
dependencies {
88-
implementation 'com.dynamsoft:capturevisionbundle:3.2.1000'
88+
implementation 'com.dynamsoft:capturevisionbundle:3.2.3000'
8989
}
9090
```
9191
2.
9292
```kotlin
9393
dependencies {
94-
implementation("com.dynamsoft:capturevisionbundle:3.2.1000")
94+
implementation("com.dynamsoft:capturevisionbundle:3.2.3000")
9595
}
9696
```
9797

programming/ios/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
4949
target 'HelloWorld' do
5050
use_frameworks!
5151

52-
pod 'DynamsoftCaptureVisionBundle','3.2.1000'
52+
pod 'DynamsoftCaptureVisionBundle','3.2.3000'
5353

5454
end
5555
```
@@ -66,7 +66,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
6666

6767
2. In the top-right section of the window, search "https://github.com/Dynamsoft/capture-vision-spm"
6868

69-
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.2.1000**, then click **Add Package**.
69+
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.2.3000**, then click **Add Package**.
7070

7171
4. Check all the frameworks and add.
7272

0 commit comments

Comments
 (0)