Skip to content

v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 00:19
· 21 commits to main since this release

Fixed

  • Release builds now ship with the correct Samosa AI service configuration. The
    published 1.0.1 APK was assembled without it and silently fell back to inert
    placeholder endpoints, leaving AI chat, Google sign-in and in-app feedback
    unable to reach the backend. Users on 1.0.1 should update.

Changed

  • Release builds are now verified before publication: the APK must be signed
    with the official Gotcha release key, must not be debuggable, must include
    native libraries for all supported device architectures, and must contain no
    placeholder configuration. The published download is re-checked against the
    update manifest so a corrupted upload can no longer reach devices.

Note for existing users

  • If "Check for Updates" downloads this release but installation fails with
    "App not installed", the copy on your device was signed with a different key
    and Android will not replace it. Uninstall Gotcha, install this release
    manually once, and future in-app updates will apply normally.