Add Android 11 to ANDROID_VERSION_NAMES.

This commit is contained in:
Isira Seneviratne 2020-08-26 14:52:46 +05:30
parent a8f1a58f2d
commit f4409bad02

View File

@ -293,6 +293,7 @@ public final class Utils {
"8.1", // 27
"9.0", // 28
"10.0", // 29
"11.0", // 30
};
public static String getAndroidVersionName(int sdkLevel) {