@capgo/inappbrowser 6.1.0 → 6.1.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,6 +50,7 @@ Add the following to your `AndroidManifest.xml` file:
50
50
 
51
51
  ```xml
52
52
  <uses-permission android:name="android.permission.RECORD_AUDIO" />
53
+ <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
53
54
  ```
54
55
 
55
56
  Then the permission will be asked when the microphone is used.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",