From b9cf48b8eb928a019ec02de7b992a7d4e648ad16 Mon Sep 17 00:00:00 2001 From: Steve Repsher Date: Sun, 2 Jul 2023 02:07:16 +0000 Subject: [PATCH] Fix only allowing latest Android --- build-scripts/gulp/entry-html.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-scripts/gulp/entry-html.js b/build-scripts/gulp/entry-html.js index 0645dcfaf916..3afb7510393c 100644 --- a/build-scripts/gulp/entry-html.js +++ b/build-scripts/gulp/entry-html.js @@ -21,6 +21,8 @@ const renderTemplate = (templateFile, data = {}) => { modernRegex: getUserAgentRegex({ env: "modern", allowHigherVersions: true, + mobileToDesktop: true, + throwOnMissing: true, }).toString(), // Resolve any child/nested templates relative to the parent and pass the same data renderTemplate: (childTemplate) =>