Skip to content

Commit a8f5b29

Browse files
update to v11.4.1200
1 parent 8876a63 commit a8f5b29

33 files changed

Lines changed: 33 additions & 33 deletions

File tree

android/BarcodeScannerAPISamples/ScanMultipleBarcodes/build.gradle

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

3030
dependencies {
31-
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1000'
31+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3232

3333
implementation 'androidx.activity:activity:1.10.1'
3434
implementation 'androidx.appcompat:appcompat:1.7.1'

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:barcodereaderbundle:11.4.1000'
30+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3131

3232
implementation 'androidx.activity:activity:1.10.1'
3333
implementation 'androidx.appcompat:appcompat:1.7.1'

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:barcodereaderbundle:11.4.1000'
34+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3535
implementation 'androidx.core:core-ktx:1.13.1'
3636

3737
implementation 'androidx.activity:activity-ktx:1.10.1'

android/BarcodeScannerAPISamples/ScenarioOrientedSamples/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:barcodereaderbundle:11.4.1000'
32+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3333

3434
implementation 'androidx.activity:activity:1.10.1'
3535
implementation 'androidx.appcompat:appcompat:1.7.1'

android/FoundationalAPISamples/CartBuilder/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:barcodereaderbundle:11.4.1000'
32+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3333

3434
implementation 'androidx.appcompat:appcompat:1.7.1'
3535
implementation 'com.google.android.material:material:1.13.0'

android/FoundationalAPISamples/Debug/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:barcodereaderbundle:11.4.1000'
32+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3333

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

android/FoundationalAPISamples/DecodeFromAnImage/build.gradle

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

3434
dependencies {
3535
implementation 'com.github.bumptech.glide:glide:4.16.0'
36-
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1000'
36+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3737

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

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:barcodereaderbundle:11.4.1000'
32+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3333

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

android/FoundationalAPISamples/DecodeWithCameraX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation "androidx.camera:camera-lifecycle:$camerax_version"
3636
implementation "androidx.camera:camera-view:$camerax_version"
3737

38-
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1000'
38+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3939

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

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:barcodereaderbundle:11.4.1000'
37+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
3838
implementation 'com.google.code.gson:gson:2.11.0'
3939

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

0 commit comments

Comments
 (0)