From 0381a26286e8ba2166b2e8e731772d5a9f5d19ff Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 5 Nov 2025 16:21:23 +0800 Subject: [PATCH] update to internal commit 40794472 --- programming/android/user-guide.md | 4 ++-- programming/ios/user-guide.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/programming/android/user-guide.md b/programming/android/user-guide.md index 598295c..8d97654 100644 --- a/programming/android/user-guide.md +++ b/programming/android/user-guide.md @@ -85,13 +85,13 @@ In this guide, you will learn step by step on how to build a document scanner ap >1. ```groovy dependencies { - implementation 'com.dynamsoft:capturevisionbundle:3.2.1000' + implementation 'com.dynamsoft:capturevisionbundle:3.2.3000' } ``` 2. ```kotlin dependencies { - implementation("com.dynamsoft:capturevisionbundle:3.2.1000") + implementation("com.dynamsoft:capturevisionbundle:3.2.3000") } ``` diff --git a/programming/ios/user-guide.md b/programming/ios/user-guide.md index b91067f..09b3db2 100644 --- a/programming/ios/user-guide.md +++ b/programming/ios/user-guide.md @@ -49,7 +49,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw target 'HelloWorld' do use_frameworks! - pod 'DynamsoftCaptureVisionBundle','3.2.1000' + pod 'DynamsoftCaptureVisionBundle','3.2.3000' end ``` @@ -66,7 +66,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw 2. In the top-right section of the window, search "https://github.com/Dynamsoft/capture-vision-spm" -3. Select `capture-vision-spm`, choose `Exact version`, enter **3.2.1000**, then click **Add Package**. +3. Select `capture-vision-spm`, choose `Exact version`, enter **3.2.3000**, then click **Add Package**. 4. Check all the frameworks and add.