Skip to content

Commit

Permalink
docs(updating): Add some 2.0.0 missing information (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 6, 2020
1 parent 1c633c5 commit 46ca030
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/docs-md/android/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Mandatory change:

From Android Studio do `Refactor -> Migrate to AndroidX`. Then click on `Migrate` button and finally click on `Do Refactor`.

If using Cordova plugins that don't use Android X yet, you can use [jetifier](https://www.npmjs.com/package/jetifier) tool to patch them.
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
Expand Down Expand Up @@ -114,4 +114,8 @@ Recommended changes:

In `android/app/src/main/AndroidManifest.xml` file, add `|smallestScreenSize|screenLayout|uiMode` in the activity `android:configChanges` attribute.

* Add caches folder to FileProvider file paths to avoid permission error on editing gallery images.

In `android/app/src/main/res/xml/file_paths.xml` add `<cache-path name="my_cache_images" path="." />`.

For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0)

0 comments on commit 46ca030

Please sign in to comment.