Skip to content

Commit f4d3d74

Browse files
update to v2.6.1003
1 parent 4a6c14f commit f4d3d74

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: Android/DocumentScanner/DocumentScanner/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation("com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1002") {
32+
implementation("com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1003") {
3333
exclude group: "com.dynamsoft", module: "dynamsoftbarcodereader"
3434
exclude group: "com.dynamsoft", module: "dynamsoftlabelrecognizer"
3535
exclude group: "com.dynamsoft", module: "dynamsoftcodeparser"

Diff for: Android/DriversLicenseScanner/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def getVersion(String productSimpleName, String defaultValue) {
4242
}
4343

4444
dependencies {
45-
implementation("com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1001") {
45+
implementation("com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1003") {
4646
exclude group: "com.dynamsoft", module: "dynamsoftlabelrecognizer"
4747
exclude group: "com.dynamsoft", module: "dynamsoftdocumentnormalizer"
4848
}

Diff for: Android/VINScanner/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def getVersion(String productSimpleName, String defaultValue) {
4141
}
4242

4343
dependencies {
44-
implementation("com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1001") {
44+
implementation("com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1003") {
4545
exclude group: "com.dynamsoft", module: "dynamsoftdocumentnormalizer"
4646
}
4747
implementation "com.dynamsoft:dynamsoftvin:3.4.20"

Diff for: LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ License Notice
22

33
This folder contains code samples ("Sample Code") for use with Dynamsoft Capture Vision, a commercial software development kit licensed by Dynamsoft. The Sample Code may be modified and included in your end user software under the terms of the Dynamsoft Software License Agreement https://www.dynamsoft.com/company/license-agreement/ ("Commercial License"). Except as expressly stated in the Commercial License, no other rights are granted in the Sample Code. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44

5-
Copyright © 2003–2024 Dynamsoft. All rights reserved.
5+
Copyright © 2003–2025 Dynamsoft. All rights reserved.

Diff for: ios/DocumentScanner/DocumentScanner/DocumentScanner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
repositoryURL = "https://github.com/Dynamsoft/capture-vision-spm";
414414
requirement = {
415415
kind = upToNextMajorVersion;
416-
minimumVersion = 2.6.1002;
416+
minimumVersion = 2.6.1003;
417417
};
418418
};
419419
/* End XCRemoteSwiftPackageReference section */

Diff for: ios/DriversLicenseScanner/DriversLicenseScanner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
repositoryURL = "https://github.com/Dynamsoft/capture-vision-spm";
448448
requirement = {
449449
kind = upToNextMajorVersion;
450-
minimumVersion = 2.6.1002;
450+
minimumVersion = 2.6.1003;
451451
};
452452
};
453453
/* End XCRemoteSwiftPackageReference section */

Diff for: ios/VINScanner/VINScanner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
repositoryURL = "https://github.com/Dynamsoft/capture-vision-spm";
470470
requirement = {
471471
kind = upToNextMajorVersion;
472-
minimumVersion = 2.6.1002;
472+
minimumVersion = 2.6.1003;
473473
};
474474
};
475475
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)