@capacitor/barcode-scanner 3.0.0 → 3.0.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.
@@ -37,7 +37,7 @@ android {
37
37
  buildTypes {
38
38
  release {
39
39
  minifyEnabled false
40
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
40
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
41
41
  }
42
42
  }
43
43
  lintOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/barcode-scanner",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Capacitor plugin using Outsystems Barcode libs",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -81,5 +81,6 @@
81
81
  "android": {
82
82
  "src": "android"
83
83
  }
84
- }
84
+ },
85
+ "gitHead": "3ece49c08b3792d141b15a1fe0a3793f4c1c08af"
85
86
  }