Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the logic to sign prebuilt Godot Android apks #44645

Merged
merged 1 commit into from
Jan 1, 2021

Commits on Jan 1, 2021

  1. 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.
    m4gr3d committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    49969de View commit details
    Browse the repository at this point in the history