Skip to content

Commit 191299d

Browse files
authored
docs(android): update versions and version matrix with live updates and latest (#262)
1 parent 22c6630 commit 191299d

File tree

3 files changed

+40
-29
lines changed

3 files changed

+40
-29
lines changed

lerna.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"capacitorVersion": "5.5.0",
2+
"capacitorVersion": "5.7.0",
33
"iosMinVersion": "13.0",
44
"androidMinSdk": "22",
55
"rnMinVersion": "0.63.4",
6-
"androidLiveUpdatesVersion": "0.4.1",
6+
"androidLiveUpdatesVersion": "0.5.0",
77
"rnVersion": "0.5.1",
88
"iosVersion": "0.10.0",
9-
"androidVersion": "0.8.3",
9+
"androidVersion": "0.8.4",
1010
"version": "0.9.0"
11-
}
11+
}

website/docs/for-android/upgrade-guides.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ import CodeBlock from '@theme/CodeBlock';
99

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

12+
## Portals for Android 0.8.3 → 0.8.4
13+
14+
- Portals for Android version `0.8.4` is compatible with Portals Web Plugin version `0.9.x`.
15+
16+
### Differential Live Update Support
17+
18+
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_.
19+
20+
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).
21+
1222
## Portals for Android 0.7.x → 0.8.0
1323

1424
- Portals for Android version `0.8.0` is compatible with Portals Web Plugin version `0.8.x`.

website/docs/for-android/version-matrix.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,29 @@ For more information refer to the Gradle documentation pages:
6464

6565
## SDK Version Compatibility Matrix
6666

67-
| Android SDK | Web Plugin Version | Compiled Capacitor Version | Compatible Capacitor Versions |
68-
| :----: | :----: | :----: | :----: |
69-
| 0.8.3 | 0.8.1 | 5.5.+ | 5.0.3 - 5.5.0 |
70-
| 0.8.2 | 0.8.1 | 5.4.2 | 5.0.3 - 5.5.0 |
71-
| 0.8.1 | 0.8.1 | 5.4.2 | 5.0.3 - 5.5.0 |
72-
| 0.8.0 | 0.8.1 | 5.0.3 | 5.0.3 - 5.5.0 |
73-
| 0.7.5 | 0.7.1 | 4.7.3 | 4.7.0 - 4.8.0 |
74-
| 0.7.4 | 0.7.1 | 4.7.0 | 4.7.0 - 4.8.0 |
75-
| 0.7.3 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 |
76-
| 0.7.2 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 |
77-
| 0.7.1 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 |
78-
| 0.7.0 | 0.7.0 | 4.5.0 | 4.4.0 - 4.6.3 |
79-
| 0.6.4 | 0.6.0 | 3.9.0 | 3.5.1 - 3.9.0 |
80-
| 0.6.3 | 0.6.0 | 3.7.0 | 3.5.1 - 3.9.0 |
81-
| 0.6.2 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 |
82-
| 0.6.1 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 |
83-
| 0.6.0 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 |
84-
| 0.5.1 | 0.5.0 | 3.5.1 | 3.5.1 - 3.9.0 |
85-
| 0.5.0 | 0.5.0 | 3.4.1 | 3.3.0 - 3.5.0 |
86-
| 0.4.1 | 0.4.1 | 3.4.0 | 3.3.0 - 3.5.0 |
87-
| 0.3.1 | 0.3.1 | 3.3.3 | 3.3.0 - 3.5.0 |
88-
| 0.3.0 | 0.3.0 | 3.3.2 | 3.3.0 - 3.5.0 |
89-
| 0.2.2 | 0.2.2 | 3.2.5 | 3.2.2 - 3.2.5 |
90-
| 0.2.1 | 0.2.1 | 3.2.4 | 3.2.2 - 3.2.5 |
91-
| 0.2.0 | 0.2.0 | 3.2.2 | 3.2.2 - 3.2.5 |
67+
| Android SDK | Web Plugin Version | Compiled Capacitor Version | Compatible Capacitor Versions | Compatible Live Updates Versions |
68+
| :----: | :----: | :----: | :----: | :----: |
69+
| 0.8.4 | 0.9.0 | 5.7.+ | 5.0.3 - 5.7.0 | 0.5.+ |
70+
| 0.8.3 | 0.8.1 | 5.5.+ | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
71+
| 0.8.2 | 0.8.1 | 5.4.2 | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
72+
| 0.8.1 | 0.8.1 | 5.4.2 | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
73+
| 0.8.0 | 0.8.1 | 5.0.3 | 5.0.3 - 5.7.0 | 0.0.5 - 0.4.1 |
74+
| 0.7.5 | 0.7.1 | 4.7.3 | 4.7.0 - 4.8.0 | 0.0.5 - 0.4.1 |
75+
| 0.7.4 | 0.7.1 | 4.7.0 | 4.7.0 - 4.8.0 | 0.0.5 - 0.4.1 |
76+
| 0.7.3 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
77+
| 0.7.2 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
78+
| 0.7.1 | 0.7.0 | 4.6.1 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
79+
| 0.7.0 | 0.7.0 | 4.5.0 | 4.4.0 - 4.6.3 | 0.0.5 - 0.4.1 |
80+
| 0.6.4 | 0.6.0 | 3.9.0 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
81+
| 0.6.3 | 0.6.0 | 3.7.0 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
82+
| 0.6.2 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
83+
| 0.6.1 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
84+
| 0.6.0 | 0.6.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
85+
| 0.5.1 | 0.5.0 | 3.5.1 | 3.5.1 - 3.9.0 | 0.0.5 - 0.4.1 |
86+
| 0.5.0 | 0.5.0 | 3.4.1 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
87+
| 0.4.1 | 0.4.1 | 3.4.0 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
88+
| 0.3.1 | 0.3.1 | 3.3.3 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
89+
| 0.3.0 | 0.3.0 | 3.3.2 | 3.3.0 - 3.5.0 | 0.0.5 - 0.4.1 |
90+
| 0.2.2 | 0.2.2 | 3.2.5 | 3.2.2 - 3.2.5 | 0.0.5 - 0.4.1 |
91+
| 0.2.1 | 0.2.1 | 3.2.4 | 3.2.2 - 3.2.5 | 0.0.5 - 0.4.1 |
92+
| 0.2.0 | 0.2.0 | 3.2.2 | 3.2.2 - 3.2.5 | 0.0.5 - 0.4.1 |

0 commit comments

Comments
 (0)