Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iscle/AndroidAutoPlus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2
Choose a base ref
...
head repository: iscle/AndroidAutoPlus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3
Choose a head ref
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Jun 7, 2026

  1. Sign releases with a stable keystore instead of the ephemeral debug key

    CI signed release APKs with the runner's debug keystore, which is regenerated
    on every run, so each release had a different signature and could not be
    installed as an update over a previous one. Add a real release signingConfig
    fed from GitHub secrets (keystore base64 + passwords + alias), decoded in the
    workflow; local builds without the secrets still fall back to debug signing.
    Ignore *.jks/*.keystore. Bump version to 1.3 (4).
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    iscle and claude committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    d990b86 View commit details
    Browse the repository at this point in the history
Loading