Set the minimum compile sdk for Android to 30

#jira UE-164796
#android
[REVIEW] [at]Jack.Porter
#rb Jack.Porter

#preflight https://horde.devtools.epicgames.com/job/632c7e98d51603c54843ee92

[CL 22146012 by chris babcock in ue5-main branch]
This commit is contained in:
chris babcock
2022-09-22 17:42:15 -04:00
parent 4e94fc109a
commit ec7b516972

View File

@@ -31,7 +31,7 @@ namespace UnrealBuildTool
private const string ANDROID_VULKAN_VALIDATION_LAYER = "libVkLayer_khronos_validation.so";
// Minimum Android SDK that must be used for Java compiling
readonly int MinimumSDKLevel = 28;
readonly int MinimumSDKLevel = 30;
// Minimum SDK version needed for App Bundles
readonly int MinimumSDKLevelForBundle = 21;