@capacitor/action-sheet 7.0.3 → 7.0.4

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.
@@ -43,7 +43,7 @@ android {
43
43
  buildTypes {
44
44
  release {
45
45
  minifyEnabled false
46
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
46
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
47
47
  }
48
48
  }
49
49
  lintOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/action-sheet",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "e492876ac85661078e39664652b01ac9e0ab08c7"
84
+ "gitHead": "8b8d7e5bc406a4ac00545131dcf4287a7964f208"
85
85
  }