Skip to content

Commit 16af0bf

Browse files
committed
Merge branch 'v0.22.73'
2 parents 258feac + 5624c65 commit 16af0bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib/profiles.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ export interface ProfileListItem {
4040
}
4141

4242
const BrowserVersions: any = {
43-
edg: { desktop: '135.0.0.0', desktopChrome: '135.0.0.0', deprecated: '109.0.1518.55', deprecatedChrome: '109.0.0.0', android: '135.0.0.0', androidChrome: '135.0.0.0' },
43+
edg: { desktop: '137.0.0.0', desktopChrome: '137.0.0.0', deprecated: '109.0.1518.55', deprecatedChrome: '109.0.0.0', android: '136.0.0.0', androidChrome: '136.0.0.0' },
4444
esr: { desktop: '128' },
4545
esr2: { desktop: '115' },
46-
ff: { desktop: '137', mobile: '137' },
47-
gcr: { desktop: '135.0.0.0', deprecated: '109.0.0.0', ios: '136.0.7103.42', android: '135.0.0.0' },
46+
ff: { desktop: '139', mobile: '139' },
47+
gcr: { desktop: '136.0.0.0', deprecated: '109.0.0.0', ios: '137.0.7151.51', android: '136.0.0.0' },
4848
sf: { desktop: '18.4', ios1: '16.7.10', ios2: '17.7.2', ios3: '18.4' },
4949
};
5050

@@ -575,8 +575,8 @@ export class Generator {
575575
{ type: 'text/pdf', suffixes: 'pdf', description: 'Portable Document Format' },
576576
],
577577
maxTouchPoints: 5,
578-
oscpu: 'Linux aarch64',
579-
platform: 'Linux aarch64',
578+
oscpu: 'Linux armv81',
579+
platform: 'Linux armv81',
580580
plugins: [
581581
{
582582
name: 'PDF Viewer',

0 commit comments

Comments
 (0)