diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-01 20:00:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-03 17:05:28 +0200 |
commit | ef4a5cd10b5cb0c618a916c90a95c82851162fa0 (patch) | |
tree | e49d15c5ac6c2712c6eb33b511fa89090ff3d2c8 /thirdparty/squish/colourblock.cpp | |
parent | 4b225acc586cab7667e9dc2968500afe2f033556 (diff) |
Android: Refactor Custom Build options in export preset
Instead of reusing the custom_template/ prefix which is actually only
used for the prebuilt APK workflow, we add a new custom_build/ prefix.
This is a slight compat breakage (users will have to redo their config)
but enables us to group the Min SDK and Target SDK options where they make
sense, and avoid reusing the previously hardcoded Target SDK 30 from
Godot 3.4.
Those two options are now strings instead of integers so that we can keep
them empty by default, and show their default value using a placeholder.
So some validation has been added to make sure they are proper ints.
The upper bound on Target SDK was also removed as it's a common use case
to use it to try to target newer released SDKs. But we warn the user that
this wasn't validated by us.
The export info dialog is now exclusive so that when it doesn't auto-close,
i.e. when it errors, you don't close it by mistake by clicking outside.
Fixes #62465.
Diffstat (limited to 'thirdparty/squish/colourblock.cpp')
0 files changed, 0 insertions, 0 deletions