@capgo/camera-preview 6.3.5 → 6.3.6

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,6 +93,7 @@ Open `android/app/src/main/AndroidManifest.xml` and above the closing `</manifes
93
93
  ```xml
94
94
  <uses-permission android:name="android.permission.CAMERA" />
95
95
  <uses-permission android:name="android.permission.RECORD_AUDIO" />
96
+ <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
96
97
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
97
98
 
98
99
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "description": "Camera preview",
5
5
  "author": "Martin Donadieu <martindonadieu@gmail.com>",
6
6
  "license": "MIT",