File tree Expand file tree Collapse file tree
react-native/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ There are two ways to add the libraries into your project - **Manually** and **M
7070 > 1 .
7171 ``` groovy
7272 dependencies {
73- implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200 '
73+ implementation 'com.dynamsoft:barcodereaderbundle:11.4.1300 '
7474 }
7575 ```
7676 2 .
7777 ``` kotlin
7878 dependencies {
79- implementation(" com.dynamsoft:barcodereaderbundle:11.4.1200 " )
79+ implementation(" com.dynamsoft:barcodereaderbundle:11.4.1300 " )
8080 }
8181 ```
8282
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ noTitleIndex: true
1010
1111# Release Notes for Android SDK - 11.x
1212
13+ ## 11.4.1300 (05/20/2026)
14+
15+ ### Fixed
16+
17+ - Fixed potential issues that could occur on devices running a kernel with a 16KB page size.
18+ - Fixed crash and hang issues that could occur in certain scenarios.
19+
1320## 11.4.1200 (04/02/2026)
1421
1522### Improved
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99
1010# Dynamsoft Barcode Reader Android SDK - Release Notes
1111
12+ - [ 11.4.1300 (05/20/2026)] ({{ site.android_release_notes }}android-11.html#1141300-05202026)
1213- [ 11.4.1200 (04/02/2026)] ({{ site.android_release_notes }}android-11.html#1141200-04022026)
1314- [ 11.4.1000 (02/05/2026)] ({{ site.android_release_notes }}android-11.html#1141000-02052026)
1415- [ 11.2.5000 (12/16/2025)] ({{ site.android_release_notes }}android-11.html#1125000-12162025)
Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
7676 > 1 .
7777 ``` groovy
7878 dependencies {
79- implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200 '
79+ implementation 'com.dynamsoft:barcodereaderbundle:11.4.1300 '
8080 }
8181 ```
8282 2 .
8383 ``` kotlin
8484 dependencies {
85- implementation(" com.dynamsoft:barcodereaderbundle:11.4.1200 " )
85+ implementation(" com.dynamsoft:barcodereaderbundle:11.4.1300 " )
8686 }
8787 ```
8888
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ breadcrumbText: Release Notes
99
1010# Dynamsoft Barcode Reader Flutter SDK - Release Notes
1111
12+ ## 11.4.1300 (05/20/2026)
13+
14+ ### Fixed
15+
16+ - Fixed potential issues that could occur on devices running a kernel with a 16KB page size.
17+ - Fixed crash and hang issues that could occur in certain scenarios.
18+
1219## 11.4.1200 (04/16/2026)
1320
1421### Highlights
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99
1010# Dynamsoft Barcode Reader Flutter SDK - Release Notes
1111
12+ - [ 11.4.1300 (05/20/2026)] ( flutter-11.md#1141300-05202026 )
1213- [ 11.4.1200 (04/16/2026)] ( flutter-11.md#1141200-04162026 )
1314- [ 11.2.5000 (12/18/2025)] ( flutter-11.md#1125000-12182025 )
1415- [ 11.2.3000 (11/06/2025)] ( flutter-11.md#1123000-11062025 )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99
1010# Dynamsoft Barcode Reader MAUI SDK - Release Notes
1111
12+ - [ 11.4.1300 (05/20/2026)] ({{ site.dbr_maui }}release-notes/maui-11.html#1141300-05202026)
1213- [ 11.4.1200 (04/09/2026)] ({{ site.dbr_maui }}release-notes/maui-11.html#1141200-04092026)
1314- [ 11.2.5000 (12/18/2025)] ({{ site.dbr_maui }}release-notes/maui-11.html#1125000-12182025)
1415- [ 11.2.3000 (11/20/2025)] ({{ site.dbr_maui }}release-notes/maui-11.html#1123000-11202025)
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ noTitleIndex: true
1010
1111# Release Notes for MAUI SDK - 11.x
1212
13+ ## 11.4.1300 (05/20/2026)
14+
15+ ### Fixed
16+
17+ - Fixed potential issues that could occur on devices running a kernel with a 16KB page size.
18+ - Fixed crash and hang issues that could occur in certain scenarios.
19+
1320## 11.4.1200 (04/09/2026)
1421
1522### Highlights
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ noTitleIndex: true
5959After [ creating the project] ( #vs-code-for-ios ) , open a terminal in the project directory and run:
6060
6161``` bash
62- dotnet add package Dynamsoft.BarcodeReaderBundle.Maui --version 11.4.1200
62+ dotnet add package Dynamsoft.BarcodeReaderBundle.Maui --version 11.4.1300
6363```
6464
6565### Visual Studio for Windows
@@ -73,7 +73,7 @@ You need to add the library via the project file and complete additional steps f
7373 ...
7474 <ItemGroup >
7575 ...
76- <PackageReference Include =" Dynamsoft.BarcodeReaderBundle.Maui" Version =" 11.4.1200 " />
76+ <PackageReference Include =" Dynamsoft.BarcodeReaderBundle.Maui" Version =" 11.4.1300 " />
7777 </ItemGroup >
7878 </Project >
7979 ```
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99
1010# Dynamsoft Barcode Reader React Native SDK - Release Notes
1111
12+ - [ 11.4.1300 (05/20/2026)] ( react-native-11.md#1141300-05202026 )
1213- [ 11.4.1200 (04/22/2026)] ( react-native-11.md#1141200-04222026 )
1314- [ 11.4.1100 (03/26/2026)] ( react-native-11.md#1141100-03262026 )
1415- [ 11.4.1010 (03/19/2026)] ( react-native-11.md#1141010-03192026 )
You can’t perform that action at this time.
0 commit comments