You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.