@idpass/smartscanner-capacitor 0.5.1-beta-2 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ apply plugin: 'kotlin-android'
38
38
  android {
39
39
  compileSdkVersion 32
40
40
  defaultConfig {
41
- minSdkVersion 22
41
+ minSdkVersion 24
42
42
  targetSdkVersion 32
43
43
  versionCode 1
44
44
  versionName "1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idpass/smartscanner-capacitor",
3
- "version": "0.5.1-beta-2",
3
+ "version": "0.5.1",
4
4
  "description": "Capacitor plugin for the SmartScanner Core library to scan MRZ, NFC and barcodes",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",