Skip to content

Commit ad33358

Browse files
Updated 8.9.1
1 parent 507c60e commit ad33358

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

android/GeneralSettings/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838

3939
dependencies {
4040
//implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
41-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.0@aar'
42-
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.0@aar'
41+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.1@aar'
42+
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.1@aar'
4343

4444
implementation 'androidx.appcompat:appcompat:1.2.0'
4545
implementation 'com.google.android.material:material:1.2.1'

android/HelloWorld/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737

3838
dependencies {
3939
//implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
40-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.0@aar'
41-
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.0@aar'
40+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.1@aar'
41+
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.1@aar'
4242

4343
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
4444
implementation 'androidx.appcompat:appcompat:1.2.0'

android/PerformanceSettings/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939

4040
dependencies {
4141
//implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
42-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.0@aar'
43-
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.0@aar'
42+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.1@aar'
43+
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.1@aar'
4444

4545
implementation 'androidx.appcompat:appcompat:1.2.0'
4646
implementation 'com.google.android.material:material:1.2.1'

android/Usecase/ReadADriversLicense/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838

3939
dependencies {
4040
//implementation fileTree(include: ['*.aar'], dir: '../../../../Libs')
41-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.0@aar'
42-
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.0@aar'
41+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.1.1@aar'
42+
implementation 'com.dynamsoft:dynamsoftbarcodereader:8.9.1@aar'
4343

4444
implementation 'androidx.appcompat:appcompat:1.2.0'
4545
implementation 'com.google.android.material:material:1.2.1'

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.1.0'
10-
pod 'DynamsoftBarcodeReader','8.9.0'
9+
pod 'DynamsoftCameraEnhancer','2.1.1'
10+
pod 'DynamsoftBarcodeReader','8.9.1'
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.1.0'
10-
pod 'DynamsoftBarcodeReader','8.9.0'
9+
pod 'DynamsoftCameraEnhancer','2.1.1'
10+
pod 'DynamsoftBarcodeReader','8.9.1'
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.1.0'
10-
pod 'DynamsoftBarcodeReader','8.9.0'
9+
pod 'DynamsoftCameraEnhancer','2.1.1'
10+
pod 'DynamsoftBarcodeReader','8.9.1'
1111

1212
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.1.0'
10-
pod 'DynamsoftBarcodeReader','8.9.0'
9+
pod 'DynamsoftCameraEnhancer','2.1.1'
10+
pod 'DynamsoftBarcodeReader','8.9.1'
1111

1212
end

ios/Swift/HelloWorldSwift/Podfile

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

88
# Pods for HelloWorldSwift
9-
pod 'DynamsoftCameraEnhancer','2.1.0'
10-
pod 'DynamsoftBarcodeReader','8.9.0'
9+
pod 'DynamsoftCameraEnhancer','2.1.1'
10+
pod 'DynamsoftBarcodeReader','8.9.1'
1111

1212
end

ios/Swift/PerformanceSettingsSwift/Podfile

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

88
# Pods for PerformanceSettingsSwift
9-
pod 'DynamsoftCameraEnhancer','2.1.0'
10-
pod 'DynamsoftBarcodeReader','8.9.0'
9+
pod 'DynamsoftCameraEnhancer','2.1.1'
10+
pod 'DynamsoftBarcodeReader','8.9.1'
1111

1212
end

0 commit comments

Comments
 (0)