Skip to content

Commit 64b37a0

Browse files
tinojdevTino Korpelainen
andauthored
Update capacitor required versions (#287)
Co-authored-by: Tino Korpelainen <[email protected]>
1 parent 84b22a6 commit 64b37a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/sdks/capacitor/add-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This page describes how to integrate the Scandit Data Capture SDK into your Capa
1313

1414
## Prerequisites
1515

16-
- Capacitor Version 5-6 [and other related tools and dependencies](https://capacitorjs.com/docs/getting-started).
16+
- Capacitor Version 5-7 [and other related tools and dependencies](https://capacitorjs.com/docs/getting-started).
1717
- A project with:
18-
- minimum iOS deployment target of 14.0 or higher (15.0 or higher for ID Capture)
19-
- an Android project with target SDK version 23 (Android 6, Marshmallow) or higher (version 24 or higher for ID Capture)
18+
- minimum iOS deployment target of 15.0 or higher
19+
- an Android project with target SDK version 24 (Android 7, Nougat) or higher
2020
- A valid Scandit Data Capture SDK license key. You can sign up for a free [test account](https://ssl.scandit.com/dashboard/sign-up?p=test&utm%5Fsource=documentation).
2121

2222
:::tip
@@ -119,4 +119,4 @@ When using the Scandit Data Capture SDK you will want to set the camera as the f
119119

120120
import OSSLicense from '../../partials/_third-party-licenses-js.mdx';
121121

122-
<OSSLicense/>
122+
<OSSLicense/>

docs/sdks/capacitor/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The fastest way to get started is by running our sample application, so we'll co
2222
Before you start, make sure you have the following:
2323

2424
- Capacitor Version 5-7 [and other related tools and dependencies](https://capacitorjs.com/docs/getting-started).
25-
- A project with minimum iOS deployment target of 14.0 or higher. Or an Android project with target SDK version 23 (Android 6, Marshmallow) or higher.
25+
- A project with minimum iOS deployment target of 15.0 or higher. Or an Android project with target SDK version 24 (Android 7, Nougat) or higher.
2626
- A valid Scandit Data Capture SDK license key. You can sign up for a free [test account](https://ssl.scandit.com/dashboard/sign-up?p=test&utm%5Fsource=documentation).
2727

2828
## Sample Application
@@ -175,4 +175,4 @@ Here, `didScan()` is called when a barcode is recognized. You can access the rec
175175

176176
This guide provides a basic overview of how to integrate SparkScan into your application. For more detailed information, check out the [SparkScan documentation](/sdks/capacitor/sparkscan/intro.md) and [SparkScan API Reference](https://docs.scandit.com/data-capture-sdk/capacitor/barcode-capture/api/spark-scan.html).
177177

178-
If you have any questions or need help, feel free to reach out to [Scandit Support](mailto:[email protected]).
178+
If you have any questions or need help, feel free to reach out to [Scandit Support](mailto:[email protected]).

0 commit comments

Comments
 (0)