File tree Expand file tree Collapse file tree 14 files changed +26
-26
lines changed
Usecase/ReadADriversLicense/app
DecodeWithAVCaptureSession
DecodeWithAVCaptureSession
Usecase/ReadADriversLicenseSwift Expand file tree Collapse file tree 14 files changed +26
-26
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.2.10@aar '
36+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.4.0 '
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'
@@ -43,7 +43,7 @@ dependencies {
4343 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1'
4444
4545 // CameraX core library
46- def camerax_version = ' 1.1.0-rc01 '
46+ def camerax_version = ' 1.1.0'
4747 implementation " androidx.camera:camera-core:$camerax_version "
4848
4949 // CameraX Camera2 extensions
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.4@aar '
38- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar '
37+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.5 '
38+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.4.0 '
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 @@ -32,8 +32,8 @@ android {
3232 } }
3333
3434dependencies {
35- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.4@aar '
36- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar '
35+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.5 '
36+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.4.0 '
3737 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
3838 implementation ' androidx.appcompat:appcompat:1.2.0'
3939 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.4@aar '
38- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar '
37+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.5 '
38+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.4.0 '
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.4@aar '
38- implementation ' com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar '
37+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.3.5 '
38+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.4.0 '
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 @@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66 use_frameworks!
77
88 # Pods for DecodeWithAVCaptureSession
9- pod 'DynamsoftBarcodeReader' , '9.2.13 '
9+ pod 'DynamsoftBarcodeReader' , '9.4.0 '
1010
1111end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'GeneralSettingsObjC' do
66 use_frameworks!
77
88 # Pods for GeneralSettingsObjC
9- pod 'DynamsoftCameraEnhancer' , '2.3.2 '
10- pod 'DynamsoftBarcodeReader' , '9.2.13 '
9+ pod 'DynamsoftCameraEnhancer' , '2.3.4 '
10+ pod 'DynamsoftBarcodeReader' , '9.4.0 '
1111
1212end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'HelloWorldObjC' do
66 use_frameworks!
77
88 # Pods for HelloWorldObjC
9- pod 'DynamsoftCameraEnhancer' , '2.3.2 '
10- pod 'DynamsoftBarcodeReader' , '9.2.13 '
9+ pod 'DynamsoftCameraEnhancer' , '2.3.4 '
10+ pod 'DynamsoftBarcodeReader' , '9.4.0 '
1111
1212end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'PerformanceSettingsObjC' do
66 use_frameworks!
77
88 # Pods for PerformanceSettingsObjC
9- pod 'DynamsoftCameraEnhancer' , '2.3.2 '
10- pod 'DynamsoftBarcodeReader' , '9.2.13 '
9+ pod 'DynamsoftCameraEnhancer' , '2.3.4 '
10+ pod 'DynamsoftBarcodeReader' , '9.4.0 '
1111
1212end
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66 use_frameworks!
77
88 # Pods for DecodeWithAVCaptureSession
9- pod 'DynamsoftBarcodeReader' , '9.2.13 '
9+ pod 'DynamsoftBarcodeReader' , '9.4.0 '
1010
1111end
You can’t perform that action at this time.
0 commit comments