1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

wp-fdroid: add 7.0 (24) to the versions list

This commit is contained in:
Daniel Martí 2016-07-25 14:56:54 +02:00
parent dee3e85098
commit 7b36ffa2a6

View File

@ -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";