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] === 8) return 'Oreo';
|
||||
if (v[0] === 9) return 'Pie';
|
||||
if (v[0] === 10) return 'Q';
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
@ -361,7 +361,6 @@
|
||||
os:
|
||||
name: "Android"
|
||||
version: "10"
|
||||
versionName: "Q"
|
||||
platform:
|
||||
type: "mobile"
|
||||
engine:
|
||||
|
Loading…
Reference in New Issue
Block a user