Prepare for sdk level 23

This commit is contained in:
Daniel Martí 2015-08-20 09:56:57 -07:00
parent 3f5b5ffc93
commit e4527da122

View File

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