Skip to content

Commit 5ae79a8

Browse files
AllenAllen-Dynamsoft
authored andcommitted
Update to 9.6.40
1 parent be17cc9 commit 5ae79a8

File tree

25 files changed

+48
-47
lines changed

25 files changed

+48
-47
lines changed

android/Java/DecodeWithCameraX/app/build.gradle

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

3535
dependencies {
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'

android/Java/GeneralSettings/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
}
3535

3636
dependencies {
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'

android/Java/HelloWorld/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
} }
3232

3333
dependencies {
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'

android/Java/ImageDecoding/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
dependencies {
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'

android/Java/PerformanceSettings/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
}
3535

3636
dependencies {
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'

android/Java/Usecase/ReadADriversLicense/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
}
3535

3636
dependencies {
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'

android/Java/Usecase/TinyBarcode/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
}
2828

2929
dependencies {
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'

android/JavaScript/WebViewBarcodeScanning/app/build.gradle

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

3636
dependencies {
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'

android/Kotlin/HelloWorld/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
}
2929

3030
dependencies {
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'

ios/JavaScript/WebViewBarcodeScanning/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
end

0 commit comments

Comments
 (0)