Skip to content

Commit 15fb457

Browse files
Merge pull request #16 from Dynamsoft/v9.4-podfile
change pod & gradle version
2 parents ad439e3 + d4b25e8 commit 15fb457

File tree

14 files changed

+26
-26
lines changed

14 files changed

+26
-26
lines changed

android/DecodeWithCameraX/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
}
3434

3535
dependencies {
36-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
36+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
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'
@@ -43,7 +43,7 @@ dependencies {
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
4444

4545
// CameraX core library
46-
def camerax_version = '1.1.0-rc01'
46+
def camerax_version = '1.1.0'
4747
implementation "androidx.camera:camera-core:$camerax_version"
4848

4949
// CameraX Camera2 extensions

android/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.4@aar'
38-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
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/HelloWorld/app/build.gradle

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

3434
dependencies {
35-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.4@aar'
36-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
35+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
36+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
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/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.4@aar'
38-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3939

4040
implementation 'androidx.appcompat:appcompat:1.2.0'
4141
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
@@ -34,8 +34,8 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.4@aar'
38-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.2.10@aar'
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3939

4040
implementation 'androidx.appcompat:appcompat:1.2.0'
4141
implementation 'com.google.android.material:material:1.2.1'

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.13'
9+
pod 'DynamsoftBarcodeReader','9.4.0'
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.2'
10-
pod 'DynamsoftBarcodeReader','9.2.13'
9+
pod 'DynamsoftCameraEnhancer','2.3.4'
10+
pod 'DynamsoftBarcodeReader','9.4.0'
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.2'
10-
pod 'DynamsoftBarcodeReader','9.2.13'
9+
pod 'DynamsoftCameraEnhancer','2.3.4'
10+
pod 'DynamsoftBarcodeReader','9.4.0'
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.2'
10-
pod 'DynamsoftBarcodeReader','9.2.13'
9+
pod 'DynamsoftCameraEnhancer','2.3.4'
10+
pod 'DynamsoftBarcodeReader','9.4.0'
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.13'
9+
pod 'DynamsoftBarcodeReader','9.4.0'
1010

1111
end

0 commit comments

Comments
 (0)