You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/for-android/upgrade-guides.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ import CodeBlock from '@theme/CodeBlock';
9
9
10
10
If you need help configuring specific versions of Portals with Capacitor or Capacitor Plugins, check out our [SDK Version Compatibility](./version-matrix) page.
11
11
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
+
12
22
## Portals for Android 0.7.x → 0.8.0
13
23
14
24
- Portals for Android version `0.8.0` is compatible with Portals Web Plugin version `0.8.x`.
0 commit comments