• v1.0.0 a27bca0455

    v1.0.0 Stable

    hloth released this 2026-07-04 03:28:33 +02:00 | 2 commits to main since this release

    Open Grind Google OAuth

    This is a companion app for Open Grind

    • Initial release with mandatory launch screen ("Sign in with Google" button) even in programmatic intent flow

    Install

    If in doubt, try arm64-v8a.apk first.

    Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.

    Reveal to learn how to verify PGP signature

    All builds are reproducable and signed with Open Grind's official PGP key and APKs are additionally signed with JKS. Verification is optional. It's recommended to verify downloaded builds for security hygiene but not needed to use the app. If you don't know what PGP is or don't have a computer, skip this step.

    You can verify with:

    curl -sSL https://opengrind.org/pgp.asc | gpg --import
    gpg --verify open-grind-google-oauth-v1.0.0-arm64-v8a.apk.asc open-grind-google-oauth-v1.0.0-arm64-v8a.apk 2>&1 | grep -q "327F54ED1D2338E6D3B3930122F838B04A16E6DE" && echo "Signature OK" || echo "Invalid signature"
    

    Note

    Please do not reupload APK builds anywhere, especially closed channels such as messengers. Always link to this page (https://git.opengrind.org/open-grind/open-grind-google-oauth-android-app/releases).

    Downloads