Merge branch 'android10' into 'master'

include android 10 in versions display

See merge request fdroid/fdroidclient!863
This commit is contained in:
Michael Pöhn 2020-01-11 22:34:20 +00:00
commit 3312a1d44b

View File

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