mirror of
https://github.com/lancedikson/bowser
synced 2025-06-13 13:03:52 +00:00
Removed Android 10 "Q"
This commit is contained in:
parent
a31bfb1819
commit
494aea2c81
@ -135,7 +135,6 @@ export default class Utils {
|
|||||||
if (v[0] === 7) return 'Nougat';
|
if (v[0] === 7) return 'Nougat';
|
||||||
if (v[0] === 8) return 'Oreo';
|
if (v[0] === 8) return 'Oreo';
|
||||||
if (v[0] === 9) return 'Pie';
|
if (v[0] === 9) return 'Pie';
|
||||||
if (v[0] === 10) return 'Q';
|
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -361,7 +361,6 @@
|
|||||||
os:
|
os:
|
||||||
name: "Android"
|
name: "Android"
|
||||||
version: "10"
|
version: "10"
|
||||||
versionName: "Q"
|
|
||||||
platform:
|
platform:
|
||||||
type: "mobile"
|
type: "mobile"
|
||||||
engine:
|
engine:
|
||||||
|
Loading…
Reference in New Issue
Block a user