chiark / gitweb /
Add android version 5.1
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 6 Apr 2015 20:18:54 +0000 (22:18 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 6 Apr 2015 20:18:54 +0000 (22:18 +0200)
wp-fdroid/wp-fdroid.php

index 72c6d6f96c0868bf7c12323d141e17f99c10addf..03028217b001f396a4edad14776167216d433e39 100644 (file)
@@ -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";