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

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.
@@ -5,7 +5,7 @@ ext {
5
5
  }
6
6
 
7
7
  buildscript {
8
- ext.kotlin_version = '1.5.20'
8
+ ext.kotlin_version = '1.4.10'
9
9
  repositories {
10
10
  google()
11
11
  mavenCentral()
@@ -148,6 +148,5 @@ dependencies {
148
148
  implementation 'io.sentry:sentry-android:5.0.1'
149
149
 
150
150
  // Barcode
151
- implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false }
152
- implementation 'com.google.zxing:core:3.3.0'
151
+ implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
153
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idpass/smartscanner-capacitor",
3
- "version": "0.5.1-beta-1",
3
+ "version": "0.5.1-beta-2",
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",