File tree Expand file tree Collapse file tree 25 files changed +48
-47
lines changed
JavaScript/WebViewBarcodeScanning/app
JavaScript/WebViewBarcodeScanning
DecodeWithAVCaptureSession
DecodeWithAVCaptureSession Expand file tree Collapse file tree 25 files changed +48
-47
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333}
3434
3535dependencies {
36- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
36+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3737 implementation ' androidx.appcompat:appcompat:1.0.2'
3838 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3939 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
3434}
3535
3636dependencies {
37- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
38- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
37+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
38+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3939 implementation ' androidx.appcompat:appcompat:1.2.0'
4040 implementation ' com.google.android.material:material:1.2.1'
4141 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ android {
3131 } }
3232
3333dependencies {
34- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
35- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
34+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
35+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3636 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
3737 implementation ' androidx.appcompat:appcompat:1.2.0'
3838 implementation ' com.google.android.material:material:1.2.1'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838}
3939
4040dependencies {
41- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
41+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
4242
4343 implementation ' androidx.appcompat:appcompat:1.5.1'
4444 implementation ' com.google.android.material:material:1.6.0'
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
3434}
3535
3636dependencies {
37- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
38- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
37+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
38+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3939
4040 implementation ' androidx.appcompat:appcompat:1.2.0'
4141 implementation ' com.google.android.material:material:1.2.1'
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
3434}
3535
3636dependencies {
37- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
38- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
37+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
38+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3939
4040 implementation ' androidx.appcompat:appcompat:1.2.0'
4141 implementation ' com.google.android.material:material:1.2.1'
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
2727}
2828
2929dependencies {
30- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
31- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
30+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
31+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3232
3333 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
3434 implementation ' androidx.appcompat:appcompat:1.2.0'
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
3535
3636dependencies {
3737 implementation ' com.google.code.gson:gson:2.9.1'
38- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
39- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
38+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
39+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
4040 implementation ' androidx.appcompat:appcompat:1.2.0'
4141 implementation ' com.google.android.material:material:1.2.1'
4242 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
2828}
2929
3030dependencies {
31- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.11 '
32- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.20 '
31+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.20 '
32+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.6.40 '
3333 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
3434 implementation ' androidx.appcompat:appcompat:1.2.0'
3535 implementation ' com.google.android.material:material:1.2.1'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'WebViewBarcodeScanning' do
66 use_frameworks!
77
88 # Pods for WebViewBarcodeScanning
9- pod 'DynamsoftCameraEnhancer' , '2.3.12 '
10- pod 'DynamsoftBarcodeReader' , '9.6.20 '
9+ pod 'DynamsoftCameraEnhancer' , '2.3.21 '
10+ pod 'DynamsoftBarcodeReader' , '9.6.40 '
1111
1212end
You can’t perform that action at this time.
0 commit comments