Skip to content

Commit

Permalink
Fix only allowing latest Android
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep committed Jul 2, 2023
1 parent d48a9e3 commit b9cf48b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/gulp/entry-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit b9cf48b

Please sign in to comment.