@capacitor/screen-orientation 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.
@@ -42,7 +42,7 @@ android {
42
42
  buildTypes {
43
43
  release {
44
44
  minifyEnabled false
45
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
45
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
46
46
  }
47
47
  }
48
48
  lintOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/screen-orientation",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "The Screen Orientation API provides methods to lock and unlock the screen orientation.",
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
  }