Skip to content

Commit 7d03dd8

Browse files
update to 10.4.3000
1 parent 9419596 commit 7d03dd8

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
License Notice
22

3-
This folder contains code samples ("Sample Code") for use with Dynamsoft Barcode Reader, a commercial software development kit licensed by Dynamsoft. The Sample Code may be modified and included in your end user software under the terms of the Dynamsoft Software License Agreement https://www.dynamsoft.com/barcode-reader/license-agreement/ ("Commercial License"). Except as expressly stated in the Commercial License, no other rights are granted in the Sample Code. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3+
This folder contains code samples ("Sample Code") for use with Dynamsoft Barcode Reader, a commercial software development kit licensed by Dynamsoft. The Sample Code may be modified and included in your end user software under the terms of the Dynamsoft Software License Agreement https://www.dynamsoft.com/company/license-agreement/ ("Commercial License"). Except as expressly stated in the Commercial License, no other rights are granted in the Sample Code. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44

5-
Copyright © 2003–2024 Dynamsoft. All rights reserved.
5+
Copyright © 2003–2025 Dynamsoft. All rights reserved.

android/BarcodeScannerAPISamples/ScanSingleBarcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
30+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3131

3232
implementation 'androidx.appcompat:appcompat:1.6.1'
3333
implementation 'com.google.android.material:material:1.9.0'

android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232

3333
dependencies {
34-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
34+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3535
implementation 'androidx.core:core-ktx:1.13.1'
3636

3737
implementation 'androidx.appcompat:appcompat:1.6.1'

android/FoundationalAPISamples/DecodeFromAnImage/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003')
35+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3636
implementation 'androidx.appcompat:appcompat:1.6.1'
3737
implementation 'com.google.android.material:material:1.9.0'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

android/FoundationalAPISamples/DecodeMultipleBarcodes/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
}
3131

3232
dependencies {
33-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
33+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3434
implementation 'androidx.appcompat:appcompat:1.6.1'
3535
implementation 'com.google.android.material:material:1.9.0'
3636
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

android/FoundationalAPISamples/DecodeWithCameraEnhancer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
32+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3333
implementation 'androidx.appcompat:appcompat:1.6.1'
3434
implementation 'com.google.android.material:material:1.9.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

android/FoundationalAPISamples/DecodeWithCameraX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// CameraX View class
3939
implementation "androidx.camera:camera-view:$camerax_version"
4040

41-
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003') {
41+
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000') {
4242
exclude group:'com.dynamsoft', module:'dynamsoftcameraenhancer'
4343
}
4444

android/FoundationalAPISamples/GeneralSettings/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
37+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3838
implementation 'androidx.navigation:navigation-fragment:2.3.1'
3939
implementation 'androidx.navigation:navigation-ui:2.3.1'
4040
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

android/FoundationalAPISamples/LocateAnItemWithBarcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
32+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3333
implementation 'androidx.appcompat:appcompat:1.6.1'
3434
implementation 'com.google.android.material:material:1.9.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

android/FoundationalAPISamples/TinyBarcodeDecoding/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
35+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
3636
implementation 'androidx.appcompat:appcompat:1.6.1'
3737
implementation 'com.google.android.material:material:1.9.0'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)