From e573ea0e1bdc8020eafdf33cc26baf241145ea57 Mon Sep 17 00:00:00 2001 From: Nicholas Morrell Date: Fri, 18 Aug 2023 11:48:44 -0400 Subject: [PATCH] update docs --- preview/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/preview/README.md b/preview/README.md index f00f219b..b5730e25 100644 --- a/preview/README.md +++ b/preview/README.md @@ -93,6 +93,7 @@ When skipping the Android update, these variables are empty strings. | **androidRuntimeVersion** | Runtime version used for the Android-specific update ([read more](https://docs.expo.dev/eas-update/runtime-versions/)) | | **androidQR** | Absolute URL to the QR code to load this Android-specific update | | **androidLink** | Absolute URL to the Android-specific update on [expo.dev](https://expo.dev) | +| **andriodManifestPermalink** | Absolute URL to the Android-specific update manifest | #### iOS-specific update information @@ -108,6 +109,7 @@ When skipping the iOS update, these variables are empty strings. | **iosRuntimeVersion** | Runtime version used for the iOS-specific update ([read more](https://docs.expo.dev/eas-update/runtime-versions/)) | | **iosQR** | Absolute URL to the QR code to load this iOS-specific update | | **iosLink** | Absolute URL to the iOS-specific update on [expo.dev](https://expo.dev) | +| **iosManifestPermalink** | Absolute URL to the ios-specific update manifest | ## Example workflows