Skip to content

Commit 170f524

Browse files
Merge pull request #30 from Dynamsoft/9.6.11
Fixed bugs of gradle and project files
2 parents fc3e6ea + 372cbd2 commit 170f524

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.10'
36+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535

3636
dependencies {
3737
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10'
38-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333

3434
dependencies {
3535
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10'
36-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10'
36+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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'

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.10'
41+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535

3636
dependencies {
3737
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10'
38-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535

3636
dependencies {
3737
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10'
38-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929

3030
dependencies {
3131
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10'
32-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10'
32+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
3333

3434
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3535
implementation 'androidx.appcompat:appcompat:1.2.0'

android/JavaScript/WebViewBarcodeScanning/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
dependencies {
3737
implementation 'com.google.code.gson:gson:2.9.1'
3838
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10@aar'
39-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10@aar'
39+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11@aar'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929

3030
dependencies {
3131
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.10'
32-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.10'
32+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.11'
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'

0 commit comments

Comments
 (0)