Skip to content

Commit

Permalink
Improves version detection for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jun 10, 2024
1 parent 6a4fe32 commit 264eee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regexes/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,8 @@
- regex: '(?:Android API \d+|\d+/tclwebkit(?:\d+[\.\d]*)|(?:(?<!\d )Android/\d{2}|(?<!; |\d{4}/)Android (?!1[0-5])\d{2})(?![^ ]))'
name: 'Android'
versions:
- regex: '(?:Android API 35|35/tclwebkit|Android[ /]35)'
version: '15'
- regex: '(?:Android API 34|34/tclwebkit|Android[ /]34)'
version: '14'
- regex: '(?:Android API 33|33/tclwebkit|Android[ /]33)'
Expand Down

0 comments on commit 264eee7

Please sign in to comment.