From f4f94a85c4e34e1091d836aae183dfb5767a95f0 Mon Sep 17 00:00:00 2001 From: Dynamsoft-Henry <78675724+Dynamsoft-Henry@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:52:29 +0800 Subject: [PATCH] Updating 3.2.5000 --- 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 8d97654..2544350 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.3000' + implementation 'com.dynamsoft:capturevisionbundle:3.2.5000' } ``` 2. ```kotlin dependencies { - implementation("com.dynamsoft:capturevisionbundle:3.2.3000") + implementation("com.dynamsoft:capturevisionbundle:3.2.5000") } ``` diff --git a/programming/ios/user-guide.md b/programming/ios/user-guide.md index 09b3db2..1b12142 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.3000' + pod 'DynamsoftCaptureVisionBundle','3.2.5000' 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.3000**, then click **Add Package**. +3. Select `capture-vision-spm`, choose `Exact version`, enter **3.2.5000**, then click **Add Package**. 4. Check all the frameworks and add.