Skip to content

Commit a69727d

Browse files
Fixed bugs of gradle and project files
1 parent fc3e6ea commit a69727d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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/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)