mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Add android version 5.1
This commit is contained in:
parent
acd49c6e4d
commit
f8c32ce045
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ class FDroid
|
|||
}
|
||||
function androidversion($sdkLevel) {
|
||||
switch ($sdkLevel) {
|
||||
case 22: return "5.1";
|
||||
case 21: return "5.0";
|
||||
case 20: return "4.4W";
|
||||
case 19: return "4.4";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue