Skip to content

Commit f5d9184

Browse files
Merge pull request #74 from dynamsoft-docs/preview
update to internal commit beebb931
2 parents ee6e1a8 + 1725098 commit f5d9184

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

programming/android/user-guide.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ In this guide, you will learn step by step on how to build a document scanner ap
3434

3535
- Supported OS: Android 5.0 (API Level 21) or higher.
3636
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
37-
- Development Environment: Android Studio 2022.2.1 or higher.
37+
- Development Environment:
38+
- IDE: **Android Studio 2024.3.2** suggested.
39+
- JDK: **Java 17** or higher.
40+
- Gradle: **8.0** or higher.
3841

3942
## Add the SDK
4043

@@ -82,13 +85,13 @@ In this guide, you will learn step by step on how to build a document scanner ap
8285
>1.
8386
```groovy
8487
dependencies {
85-
implementation 'com.dynamsoft:capturevisionbundle:3.0.3000'
88+
implementation 'com.dynamsoft:capturevisionbundle:3.0.5000'
8689
}
8790
```
8891
2.
8992
```kotlin
9093
dependencies {
91-
implementation("com.dynamsoft:capturevisionbundle:3.0.3000")
94+
implementation("com.dynamsoft:capturevisionbundle:3.0.5000")
9295
}
9396
```
9497

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.0.3000'
52+
pod 'DynamsoftCaptureVisionBundle','3.0.5000'
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.0.3000**, then click **Add Package**.
69+
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.0.5000**, then click **Add Package**.
7070

7171
4. Check all the frameworks and add.
7272

0 commit comments

Comments
 (0)