Skip to content

Commit bcefe32

Browse files
update to 11.0.3100
1 parent 2c39f7f commit bcefe32

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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.0.3000'
31+
implementation 'com.dynamsoft:barcodereaderbundle:11.0.3100'
3232

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

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.0.3000'
30+
implementation 'com.dynamsoft:barcodereaderbundle:11.0.3100'
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:barcodereaderbundle:11.0.3000'
34+
implementation 'com.dynamsoft:barcodereaderbundle:11.0.3100'
3535
implementation 'androidx.core:core-ktx:1.13.1'
3636

3737
implementation 'androidx.appcompat:appcompat:1.6.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.0.3000'
32+
implementation 'com.dynamsoft:barcodereaderbundle:11.0.3100'
3333

3434
implementation 'androidx.appcompat:appcompat:1.6.1'
3535
implementation 'com.google.android.material:material:1.10.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:capturevisionbundle:3.0.3000'
32+
implementation 'com.dynamsoft:capturevisionbundle:3.0.3100'
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:capturevisionbundle:3.0.3000'
36+
implementation 'com.dynamsoft:capturevisionbundle:3.0.3100'
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:capturevisionbundle:3.0.3000'
32+
implementation 'com.dynamsoft:capturevisionbundle:3.0.3100'
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
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "androidx.camera:camera-view:$camerax_version"
3737
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
3838

39-
implementation 'com.dynamsoft:capturevisionbundle:3.0.3000'
39+
implementation 'com.dynamsoft:capturevisionbundle:3.0.3100'
4040

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

android/FoundationalAPISamples/DriversLicenseScanner/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:capturevisionbundle:3.0.3000'
31+
implementation 'com.dynamsoft:capturevisionbundle:3.0.3100'
3232
implementation 'androidx.appcompat:appcompat:1.6.1'
3333
implementation 'com.google.android.material:material:1.9.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

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:capturevisionbundle:3.0.3000'
37+
implementation 'com.dynamsoft:capturevisionbundle:3.0.3100'
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)