Add name for 5.1 (22)

This commit is contained in:
Daniel Martí 2015-04-06 18:13:56 +02:00
parent b18231c25d
commit 2f80d37c24

View File

@ -201,7 +201,8 @@ public final class Utils {
"4.3", // 18
"4.4", // 19
"4.4W", // 20
"5.0" // 21
"5.0", // 21
"5.1" // 22
};
public static String getAndroidVersionName(int sdkLevel) {