Skip to content

Commit 04b5829

Browse files
update to internal commit 683232fd
1 parent 02a0d56 commit 04b5829

File tree

10 files changed

+820
-4
lines changed

10 files changed

+820
-4
lines changed

_data/product_version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ version_info_list_mobile:
2626
- value: latest version
2727
- value: 10.x
2828
child:
29+
- 10.4.3001_android
30+
- 10.4.3001_ios
2931
- 10.4.3000_android
3032
- 10.4.3000_ios
3133
- 10.4.2003_android

assets/js/dbrMobileVersionSearch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"version": "10.4.3002",
4+
"matchVersion": {
5+
"android": "2.6.1003",
6+
"ios": "2.6.1004"
7+
}
8+
},
29
{
310
"version": "10.4.3001",
411
"matchVersion": {

programming/android/release-notes/android-10.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ permalink: /programming/android/release-notes/android-10.html
1111

1212
# Release Notes for Android SDK - 10.x
1313

14+
## 10.4.3002 (03/06/2025)
15+
16+
### Changes
17+
18+
- Updated `BarcodeScanner` component. Multi-frame cross verification is enabled by default to prevent misreading.
19+
- Minor updates for cross-platform development.
20+
1421
## 10.4.3001 (02/11/2025)
1522

1623
### New

programming/android/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/android/release-notes/
1010

1111
# Dynamsoft Barcode Reader Android SDK - Release Notes
1212

13+
- [10.4.3002 (03/06/2025)]({{ site.android_release_notes }}android-10.html#1043002-03062025)
1314
- [10.4.3001 (02/11/2025)]({{ site.android_release_notes }}android-10.html#1043001-02112025)
1415
- [10.4.3000 (01/23/2025)]({{ site.android_release_notes }}android-10.html#1043000-01232025)
1516
- [10.4.2003 (12/26/2024)]({{ site.android_release_notes }}android-10.html#1042003-12262024)

programming/android/user-guide-v10.4.3001.md

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
7575
>1.
7676
```groovy
7777
dependencies {
78-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3001'
78+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3002'
7979
}
8080
```
8181
2.
8282
```kotlin
8383
dependencies {
84-
implementation("com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3001")
84+
implementation("com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3002")
8585
}
8686
```
8787

programming/objectivec-swift/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/
1010

1111
# Dynamsoft Barcode Reader iOS SDK - Release Notes
1212

13+
- [10.4.3002 (03/06/2025)]({{ site.oc_release_notes }}ios-10.html#1043002-03062025)
1314
- [10.4.3001 (02/11/2025)]({{ site.oc_release_notes }}ios-10.html#1043001-02112025)
1415
- [10.4.3000 (01/23/2025)]({{ site.oc_release_notes }}ios-10.html#1043000-01232025)
1516
- [10.4.2003 (12/26/2024)]({{ site.oc_release_notes }}ios-10.html#1042003-12262024)

programming/objectivec-swift/release-notes/ios-10.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ permalink: /programming/objectivec-swift/release-notes/ios-10.html
1111

1212
# Release Notes for iOS SDK - 10.x
1313

14+
## 10.4.3002 (03/06/2025)
15+
16+
### Changes
17+
18+
- Updated `BarcodeScanner` component. Multi-frame cross verification is enabled by default to prevent misreading.
19+
- Fixed a bug where the `scanRegion` might not effect when configured before the creation of `CameraView`.
20+
1421
## 10.4.3001 (02/11/2025)
1522

1623
### New

0 commit comments

Comments
 (0)