Skip to content

Commit fd28a3a

Browse files
authored
docs: improve visibility of jetifier command (#2844)
1 parent d9cd399 commit fd28a3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/docs-md/android/updating.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Mandatory change:
4949

5050
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.
5151

52-
```bash
53-
npm install jetifier
54-
npx jetifier
55-
```
52+
```bash
53+
npm install jetifier
54+
npx jetifier
55+
```
5656

5757
To run it automatically after every package install, add `"postinstall": "jetifier"` in the `package.json`.
5858

0 commit comments

Comments
 (0)