Skip to content

Commit

Permalink
docs: improve visibility of jetifier command (#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Apr 29, 2020
1 parent d9cd399 commit fd28a3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/docs-md/android/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Mandatory change:

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.

```bash
npm install jetifier
npx jetifier
```
```bash
npm install jetifier
npx jetifier
```

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

Expand Down

0 comments on commit fd28a3a

Please sign in to comment.