@capgo/capacitor-screen-recorder 8.0.2 → 8.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ npx cap sync
16
16
 
17
17
  ## IOS
18
18
 
19
- Nothing special
19
+ add NSPhotoLibraryUsageDescription in your info.plist
20
20
 
21
21
  ## Android
22
22
  increase project's minSdk version to 23, it's required by the dependency scrcast
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-screen-recorder",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "description": "Record device's screen",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",