Skip to content

Commit af9763b

Browse files
Updating 3.2.5000
1 parent 71e945d commit af9763b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

programming/android/user-guide/mrz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ The MRZ (Machine Readable Zone) in TD3 format consists of 2 lines, with each lin
119119
>1.
120120
```groovy
121121
dependencies {
122-
implementation 'com.dynamsoft:mrzscannerbundle:3.2.3000'
122+
implementation 'com.dynamsoft:mrzscannerbundle:3.2.5000'
123123
}
124124
```
125125
2.
126126
```kotlin
127127
dependencies {
128-
implementation("com.dynamsoft:mrzscannerbundle:3.2.3000")
128+
implementation("com.dynamsoft:mrzscannerbundle:3.2.5000")
129129
}
130130
```
131131

programming/ios/user-guide/mrz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
8787
target '{Your project name}' do
8888
use_frameworks!
8989

90-
pod 'DynamsoftMRZScannerBundle','3.2.3000'
90+
pod 'DynamsoftMRZScannerBundle','3.2.5000'
9191

9292
end
9393
```
@@ -104,7 +104,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
104104

105105
2. In the top-right section of the window, search "https://github.com/Dynamsoft/mrz-scanner-spm"
106106

107-
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.2.3000**, then click **Add Package**.
107+
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.2.5000**, then click **Add Package**.
108108

109109
4. Check all the **xcframeworks** and add them.
110110

0 commit comments

Comments
 (0)