scandit-capacitor-datacapture-parser 6.12.0 → 6.12.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.
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.dependency 'ScanditCapacitorDatacaptureCore'
17
17
  s.swift_version = '5.1'
18
18
 
19
- s.dependency 'ScanditParser', '= 6.12.0'
19
+ s.dependency 'ScanditParser', '= 6.12.1'
20
20
  end
@@ -5,7 +5,7 @@ ext {
5
5
 
6
6
  buildscript {
7
7
  ext {
8
- sdk_version = "6.12.0"
8
+ sdk_version = "6.12.1"
9
9
  kotlin_version = "1.5.31"
10
10
  agp_version = "7.0.3"
11
11
  }
@@ -23,10 +23,10 @@ apply plugin: 'com.android.library'
23
23
  apply plugin: 'kotlin-android'
24
24
 
25
25
  android {
26
- compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 29
26
+ compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 29
27
27
  defaultConfig {
28
- minSdk project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
29
- targetSdk project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 29
28
+ minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
29
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 29
30
30
  versionCode 1
31
31
  versionName "1.0"
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-capacitor-datacapture-parser",
3
- "version": "6.12.0",
3
+ "version": "6.12.1",
4
4
  "description": "Scandit Data Capture SDK for Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/scandit-capacitor-datacapture-parser/src/index.js",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@capacitor/core": "^3.0.0",
57
- "scandit-capacitor-datacapture-core": "6.12.0"
57
+ "scandit-capacitor-datacapture-core": "6.12.1"
58
58
  },
59
59
  "prettier": "@ionic/prettier-config",
60
60
  "swiftlint": "@ionic/swiftlint-config",