godot/platform/android/export
Fredia Huya-Kouadio 170752c5a5 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:27:27 -08:00
..
export.cpp Update the logic to sign prebuilt Godot Android apks. 2021-01-01 13:27:27 -08:00
export.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
gradle_export_util.h Update gradle build files to automatically perform signing and zipalign tasks for custom builds. 2020-11-22 17:54:12 -08:00