We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cd399 commit fd28a3aCopy full SHA for fd28a3a
site/docs-md/android/updating.md
@@ -49,10 +49,10 @@ Mandatory change:
49
50
If using Cordova or Capacitor plugins that don't use Android X yet, you can use [jetifier](https://www.npmjs.com/package/jetifier) tool to patch them.
51
52
- ```bash
53
- npm install jetifier
54
- npx jetifier
55
- ```
+```bash
+npm install jetifier
+npx jetifier
+```
56
57
To run it automatically after every package install, add `"postinstall": "jetifier"` in the `package.json`.
58
0 commit comments