mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
wp-fdroid: add 7.0 (24) to the versions list
This commit is contained in:
parent
dee3e85098
commit
7b36ffa2a6
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ class FDroid
|
|||
}
|
||||
function androidversion($sdkLevel) {
|
||||
switch ($sdkLevel) {
|
||||
case 24: return "7.0";
|
||||
case 23: return "6.0";
|
||||
case 22: return "5.1";
|
||||
case 21: return "5.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue