File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed
Usecase/ReadADriversLicense/app
Usecase/ReadADriversLicenseSwift Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ android {
3838
3939dependencies {
4040 // implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
41- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.1 @aar'
42- implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.1 @aar'
41+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.3 @aar'
42+ implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.3 @aar'
4343
4444 implementation ' androidx.appcompat:appcompat:1.2.0'
4545 implementation ' com.google.android.material:material:1.2.1'
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ android {
3737
3838dependencies {
3939 // implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
40- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.1 @aar'
41- implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.1 @aar'
40+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.3 @aar'
41+ implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.3 @aar'
4242
4343 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
4444 implementation ' androidx.appcompat:appcompat:1.2.0'
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
3939
4040dependencies {
4141 // implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
42- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.1 @aar'
43- implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.1 @aar'
42+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.3 @aar'
43+ implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.3 @aar'
4444
4545 implementation ' androidx.appcompat:appcompat:1.2.0'
4646 implementation ' com.google.android.material:material:1.2.1'
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ android {
3838
3939dependencies {
4040 // implementation fileTree(include: ['*.aar'], dir: '../../../../Libs')
41- implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.1 @aar'
42- implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.1 @aar'
41+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.3 @aar'
42+ implementation ' com.dynamsoft:dynamsoftbarcodereader:8.9.3 @aar'
4343
4444 implementation ' androidx.appcompat:appcompat:1.2.0'
4545 implementation ' com.google.android.material:material:1.2.1'
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.1.1 '
10- pod 'DynamsoftBarcodeReader' , '8.9.1 '
9+ pod 'DynamsoftCameraEnhancer' , '2.1.3 '
10+ pod 'DynamsoftBarcodeReader' , '8.9.3 '
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.1.1 '
10- pod 'DynamsoftBarcodeReader' , '8.9.1 '
9+ pod 'DynamsoftCameraEnhancer' , '2.1.3 '
10+ pod 'DynamsoftBarcodeReader' , '8.9.3 '
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.1.1 '
10- pod 'DynamsoftBarcodeReader' , '8.9.1 '
9+ pod 'DynamsoftCameraEnhancer' , '2.1.3 '
10+ pod 'DynamsoftBarcodeReader' , '8.9.3 '
1111
1212end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'GeneralSettingsSwift' do
66 use_frameworks!
77
88 # Pods for GeneralSettingsSwift
9- pod 'DynamsoftCameraEnhancer' , '2.1.1 '
10- pod 'DynamsoftBarcodeReader' , '8.9.1 '
9+ pod 'DynamsoftCameraEnhancer' , '2.1.3 '
10+ pod 'DynamsoftBarcodeReader' , '8.9.3 '
1111
1212end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'HelloWorldSwift' do
66 use_frameworks!
77
88 # Pods for HelloWorldSwift
9- pod 'DynamsoftCameraEnhancer' , '2.1.1 '
10- pod 'DynamsoftBarcodeReader' , '8.9.1 '
9+ pod 'DynamsoftCameraEnhancer' , '2.1.3 '
10+ pod 'DynamsoftBarcodeReader' , '8.9.3 '
1111
1212end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'PerformanceSettingsSwift' do
66 use_frameworks!
77
88 # Pods for PerformanceSettingsSwift
9- pod 'DynamsoftCameraEnhancer' , '2.1.1 '
10- pod 'DynamsoftBarcodeReader' , '8.9.1 '
9+ pod 'DynamsoftCameraEnhancer' , '2.1.3 '
10+ pod 'DynamsoftBarcodeReader' , '8.9.3 '
1111
1212end
You can’t perform that action at this time.
0 commit comments