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 Dec 12, 2024
1 parent 3d0d1e7 commit 456b281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Parser/fixtures/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5826,7 +5826,7 @@
os:
name: Android
short_name: AND
version: "4.2"
version: "4.1"
platform: ""
family: Android
-
Expand Down
4 changes: 3 additions & 1 deletion regexes/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,10 @@
version: '4.4'
- regex: 'Android API 18|18/tclwebkit|Android[ /]18'
version: '4.3'
- regex: 'Android API 1[67]|1[67]/tclwebkit|Android[ /]1[67]'
- regex: 'Android API 17|17/tclwebkit|Android[ /]17'
version: '4.2'
- regex: 'Android API 16|16/tclwebkit|Android[ /]16'
version: '4.1'
- regex: 'Android API 15|15/tclwebkit|Android[ /]15'
version: '4.0.3'
- regex: 'Android API 14|14/tclwebkit|Android[ /]14'
Expand Down

0 comments on commit 456b281

Please sign in to comment.