You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user