Skip to content

Commit 43031dd

Browse files
Updated dependencies to latest version
1 parent f5acb19 commit 43031dd

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

android/GeneralSettings/app/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:dynamsoftcameraenhancer:2.3.0@aar'
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.3@aar'
3838
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
3939
implementation 'androidx.appcompat:appcompat:1.2.0'
4040
implementation 'com.google.android.material:material:1.2.1'

android/HelloWorld/app/build.gradle

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

3434
dependencies {
35-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.0@aar'
35+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.3@aar'
3636
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
3737
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3838
implementation 'androidx.appcompat:appcompat:1.2.0'

android/PerformanceSettings/app/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:dynamsoftcameraenhancer:2.3.0@aar'
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.3@aar'
3838
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
3939

4040
implementation 'androidx.appcompat:appcompat:1.2.0'

android/Usecase/ReadADriversLicense/app/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:dynamsoftcameraenhancer:2.3.0@aar'
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.3@aar'
3838
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
3939

4040
implementation 'androidx.appcompat:appcompat:1.2.0'

ios/Objective-C/DecodeWithAVCaptureSession/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66
use_frameworks!
77

88
# Pods for DecodeWithAVCaptureSession
9-
pod 'DynamsoftBarcodeReader','9.2.11'
9+
pod 'DynamsoftBarcodeReader','9.2.13'
1010

1111
end

ios/Objective-C/GeneralSettingsObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'GeneralSettingsObjC' do
66
use_frameworks!
77

88
# Pods for GeneralSettingsObjC
9-
pod 'DynamsoftCameraEnhancer','2.3.1'
10-
pod 'DynamsoftBarcodeReader','9.2.11'
9+
pod 'DynamsoftCameraEnhancer','2.3.2'
10+
pod 'DynamsoftBarcodeReader','9.2.13'
1111

1212
end

ios/Objective-C/HelloWorldObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'HelloWorldObjC' do
66
use_frameworks!
77

88
# Pods for HelloWorldObjC
9-
pod 'DynamsoftCameraEnhancer','2.3.1'
10-
pod 'DynamsoftBarcodeReader','9.2.11'
9+
pod 'DynamsoftCameraEnhancer','2.3.2'
10+
pod 'DynamsoftBarcodeReader','9.2.13'
1111

1212
end

ios/Objective-C/PerformanceSettingsObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'PerformanceSettingsObjC' do
66
use_frameworks!
77

88
# Pods for PerformanceSettingsObjC
9-
pod 'DynamsoftCameraEnhancer','2.3.1'
10-
pod 'DynamsoftBarcodeReader','9.2.11'
9+
pod 'DynamsoftCameraEnhancer','2.3.2'
10+
pod 'DynamsoftBarcodeReader','9.2.13'
1111

1212
end

ios/Swift/DecodeWithAVCaptureSession/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66
use_frameworks!
77

88
# Pods for DecodeWithAVCaptureSession
9-
pod 'DynamsoftBarcodeReader','9.2.11'
9+
pod 'DynamsoftBarcodeReader','9.2.13'
1010

1111
end

ios/Swift/GeneralSettingsSwift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'GeneralSettingsSwift' do
66
use_frameworks!
77

88
# Pods for GeneralSettingsSwift
9-
pod 'DynamsoftCameraEnhancer','2.3.1'
10-
pod 'DynamsoftBarcodeReader','9.2.11'
9+
pod 'DynamsoftCameraEnhancer','2.3.2'
10+
pod 'DynamsoftBarcodeReader','9.2.13'
1111

1212
end

0 commit comments

Comments
 (0)