Skip to content

Commit

Permalink
docs(android): update versions and version matrix with live updates a…
Browse files Browse the repository at this point in the history
…nd latest (#262)
  • Loading branch information
carlpoole committed Feb 13, 2024
1 parent 22c6630 commit 191299d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 29 deletions.
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"capacitorVersion": "5.5.0",
"capacitorVersion": "5.7.0",
"iosMinVersion": "13.0",
"androidMinSdk": "22",
"rnMinVersion": "0.63.4",
"androidLiveUpdatesVersion": "0.4.1",
"androidLiveUpdatesVersion": "0.5.0",
"rnVersion": "0.5.1",
"iosVersion": "0.10.0",
"androidVersion": "0.8.3",
"androidVersion": "0.8.4",
"version": "0.9.0"
}
}
10 changes: 10 additions & 0 deletions website/docs/for-android/upgrade-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ import CodeBlock from '@theme/CodeBlock';

If you need help configuring specific versions of Portals with Capacitor or Capacitor Plugins, check out our [SDK Version Compatibility](./version-matrix) page.

## Portals for Android 0.8.3 → 0.8.4

- Portals for Android version `0.8.4` is compatible with Portals Web Plugin version `0.9.x`.

### Differential Live Update Support

Portals for Android 0.8.4 introduces support for differential live updates by requiring version 0.5.0 of the Live Updates SDK as the minimum supported version. This feature allows for updating only the changed files in a web asset bundle and between each update, reducing the amount of data that needs to be transferred to the device. This feature is _enabled by default_.

To opt-out, explicitly set the [`updateStrategy`](https://ionic.io/docs/live-updates-sdk-android/live-updates/io.ionic.liveupdates/-live-update/index.html#1386601516%2FProperties%2F685870619) property on the `LiveUpdate` configured for the Portal to [`ZIP`](https://ionic.io/docs/live-updates-sdk-android/live-updates/io.ionic.liveupdates/-strategy/index.html#-1559272545%2FClasslikes%2F685870619).

## Portals for Android 0.7.x → 0.8.0

- Portals for Android version `0.8.0` is compatible with Portals Web Plugin version `0.8.x`.
Expand Down
51 changes: 26 additions & 25 deletions website/docs/for-android/version-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,29 @@ For more information refer to the Gradle documentation pages:

## SDK Version Compatibility Matrix

| Android SDK | Web Plugin Version | Compiled Capacitor Version | Compatible Capacitor Versions |
| :----: | :----: | :----: | :----: |
| 0.8.3 | 0.8.1 | 5.5.+ | 5.0.3 - 5.5.0 |
| 0.8.2 | 0.8.1 | 5.4.2 | 5.0.3 - 5.5.0 |
| 0.8.1 | 0.8.1 | 5.4.2 | 5.0.3 - 5.5.0 |
| 0.8.0 | 0.8.1 | 5.0.3 | 5.0.3 - 5.5.0 |
| 0.7.5 | 0.7.1 | 4.7.3 | 4.7.0 - 4.8.0 |
| 0.7.4 | 0.7.1 | 4.7.0 | 4.7.0 - 4.8.0 |
| 0.7.3 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 |
| 0.7.2 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 |
| 0.7.1 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 |
| 0.7.0 | 0.7.0 | 4.5.0 | 4.4.0 - 4.6.3 |
| 0.6.4 | 0.6.0 | 3.9.0 | 3.5.1 - 3.9.0 |
| 0.6.3 | 0.6.0 | 3.7.0 | 3.5.1 - 3.9.0 |
| 0.6.2 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 |
| 0.6.1 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 |
| 0.6.0 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 |
| 0.5.1 | 0.5.0 | 3.5.1 | 3.5.1 - 3.9.0 |
| 0.5.0 | 0.5.0 | 3.4.1 | 3.3.0 - 3.5.0 |
| 0.4.1 | 0.4.1 | 3.4.0 | 3.3.0 - 3.5.0 |
| 0.3.1 | 0.3.1 | 3.3.3 | 3.3.0 - 3.5.0 |
| 0.3.0 | 0.3.0 | 3.3.2 | 3.3.0 - 3.5.0 |
| 0.2.2 | 0.2.2 | 3.2.5 | 3.2.2 - 3.2.5 |
| 0.2.1 | 0.2.1 | 3.2.4 | 3.2.2 - 3.2.5 |
| 0.2.0 | 0.2.0 | 3.2.2 | 3.2.2 - 3.2.5 |
| Android SDK | Web Plugin Version | Compiled Capacitor Version | Compatible Capacitor Versions | Compatible Live Updates Versions |
| :----: | :----: | :----: | :----: | :----: |
| 0.8.4 | 0.9.0 | 5.7.+ | 5.0.3 - 5.7.0 | 0.5.+ |
| 0.8.3 | 0.8.1 | 5.5.+ | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
| 0.8.2 | 0.8.1 | 5.4.2 | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
| 0.8.1 | 0.8.1 | 5.4.2 | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
| 0.8.0 | 0.8.1 | 5.0.3 | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
| 0.7.5 | 0.7.1 | 4.7.3 | 4.7.0 - 4.8.0 | 0.0.5 - 0.4.1 |
| 0.7.4 | 0.7.1 | 4.7.0 | 4.7.0 - 4.8.0 | 0.0.5 - 0.4.1 |
| 0.7.3 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
| 0.7.2 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
| 0.7.1 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
| 0.7.0 | 0.7.0 | 4.5.0 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
| 0.6.4 | 0.6.0 | 3.9.0 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
| 0.6.3 | 0.6.0 | 3.7.0 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
| 0.6.2 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
| 0.6.1 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
| 0.6.0 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
| 0.5.1 | 0.5.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
| 0.5.0 | 0.5.0 | 3.4.1 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
| 0.4.1 | 0.4.1 | 3.4.0 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
| 0.3.1 | 0.3.1 | 3.3.3 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
| 0.3.0 | 0.3.0 | 3.3.2 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
| 0.2.2 | 0.2.2 | 3.2.5 | 3.2.2 - 3.2.5 | 0.0.5 - 0.4.1 |
| 0.2.1 | 0.2.1 | 3.2.4 | 3.2.2 - 3.2.5 | 0.0.5 - 0.4.1 |
| 0.2.0 | 0.2.0 | 3.2.2 | 3.2.2 - 3.2.5 | 0.0.5 - 0.4.1 |

0 comments on commit 191299d

Please sign in to comment.