Files
UnrealEngineUWP/Engine/Config/Android/Android_SDK.json
calvin zheng 3f9b3b622b - Moved SDK versions (MainVersion and Min/Max SDK version) from C# strings to SDK.json files in the Platform's Config folder
- Allow for per-project override in a project's platform's config folder (this is merging with my other work on per-project SDKs and validation of multi-target builds)
- More versions will move over after this
#rb david.harvey


#[robomerge][bot5] -FNMain

#ushell-cherrypick of 26150552 by josh.adams

[CL 26152902 by calvin zheng in 5.3 branch]
2023-06-21 12:34:18 -04:00

8 lines
103 B
JSON

{
"MainVersion" : "r25b",
"AutoSDKDirectory" : "-26",
"MinVersion" : "r25b",
"MaxVersion" : "r25b",
}