Skip to content

Commit 8c4ede6

Browse files
update to v10.4.2002
1 parent 689767c commit 8c4ede6

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

android/DecodeMultipleBarcodes/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.2001'
33+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002'
3434

3535
implementation 'androidx.appcompat:appcompat:1.6.1'
3636
implementation 'com.google.android.material:material:1.9.0'

android/GeneralSettings/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.2001'
37+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002'
3838

3939
implementation 'androidx.navigation:navigation-fragment:2.3.1'
4040
implementation 'androidx.navigation:navigation-ui:2.3.1'

android/HelloWorld/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.2001') {
35+
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002') {
3636
exclude group: 'com.dynamsoft', module: 'dynamsoftcameraenhancer'
3737
}
3838

android/HelloWorld/DecodeFromAnImageKt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2001') {
39+
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002') {
4040
exclude group: 'com.dynamsoft', module: 'dynamsoftcameraenhancer'
4141
}
4242

android/HelloWorld/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.2001'
32+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002'
3333

3434
implementation 'androidx.appcompat:appcompat:1.6.1'
3535
implementation 'com.google.android.material:material:1.9.0'

android/HelloWorld/DecodeWithCameraEnhancerKt/build.gradle

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

3535
dependencies {
36-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2001'
36+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002'
3737

3838
implementation 'androidx.core:core-ktx:1.9.0'
3939
implementation 'androidx.appcompat:appcompat:1.6.1'

android/HelloWorld/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.2001') {
41+
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002') {
4242
exclude group:'com.dynamsoft', module:'dynamsoftcameraenhancer'
4343
}
4444

android/HelloWorld/DecodeWithCameraXKt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
// CameraX View class
4343
implementation "androidx.camera:camera-view:$camerax_version"
4444

45-
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2001') {
45+
implementation('com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002') {
4646
exclude group:'com.dynamsoft', module:'dynamsoftcameraenhancer'
4747
}
4848

android/PerformanceSettings/PerformanceSettings/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.2001'
37+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002'
3838

3939
implementation 'androidx.appcompat:appcompat:1.6.1'
4040
implementation 'com.google.android.material:material:1.9.0'

android/UseCase/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.2001'
32+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2002'
3333

3434
implementation 'androidx.appcompat:appcompat:1.6.1'
3535
implementation 'com.google.android.material:material:1.9.0'

0 commit comments

Comments
 (0)