Skip to content

Commit

Permalink
Add support for updating Android 14 usage value.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelinski committed Feb 14, 2024
1 parent f4386e8 commit 128d02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]

level_to_version = {
33: '13.0', 32: '12.0', 30: '11.0', 29: '10.0', 28: '9.0',
34: '14.0', 33: '13.0', 32: '12.0', 30: '11.0', 29: '10.0', 28: '9.0',
27: '8.1', 26: '8.0', 25: '7.1', 24: '7.0', 23: '6.0', 22: '5.1', 21: '5.0',
20: '4.4', 18: '4.3', 17: '4.2', 16: '4.1', 15: '4.0'
}
Expand Down

0 comments on commit 128d02c

Please sign in to comment.