godot/platform/android/export
Fredia Huya-Kouadio 49969de221 Update the logic to sign prebuilt Godot Android apks.
The previously used tool, `jarsigner` has been deprecated in favor of `apksigner` which is bundled with the Android SDK.
The logic is refactored accordingly and a few editor settings have been deprecated in the process as they're no longer necessary.

Note: As a side effect, specifying the Android SDK path is now required. The docs will be updated to reflect that change.
2021-01-01 13:36:27 -08:00
..
export.cpp Update the logic to sign prebuilt Godot Android apks. 2021-01-01 13:36:27 -08:00
export.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
gradle_export_util.h Rename empty() to is_empty() 2020-12-28 10:39:56 +00:00