Merge branch 'Add_Android_11' into 'master'

Add Android 11 to ANDROID_VERSION_NAMES.

See merge request fdroid/fdroidclient!926
This commit is contained in:
Marcus 2020-08-26 09:58:10 +00:00
commit 17ce6110c2

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) {