Looks like the latest releases (v1.0.3 & v1.0.4) were signed with a different key:
Signer #1 certificate DN: CN=klejvi kapaj
Signer #1 certificate SHA-256 digest: 488022f8ec615263e72fd98006c9e2f6476f2bf31c02f165cb1bfcb7bf4f0fa8
Signer #1 certificate SHA-1 digest: d2e90410b700d66394f6f5d201d8bbdc39ab65db
Signer #1 certificate MD5 digest: 734408e55686d08d11b3c145ce3d6416
while the versions before used
Signer #1 certificate DN: CN=Klejvi Kapaj, OU=Yaga, O=Yaga, L=Ballsh, ST=Fier, C=AL
Signer #1 certificate SHA-256 digest: 90fca3e33cda889fb69e536781dbf030e7875bf69b9428fd0827ba5ab46ef14d
Signer #1 certificate SHA-1 digest: 7521b2a846d829eb93f89318f0dd933ed000885e
Signer #1 certificate MD5 digest: c17dca450b1273c761c876752d47016f
What happened to your signing key (I couldn't find any hint in the release notes either)? A changed key could mean someone hacked your repo and added modified APKs (but could not sign them with the correct key as you hopefully kept it safe).
Further, versionCode of your app toggles between 1 and 2 instead of being always increased with each new release, which makes updates quite difficult (and with the key changing even impossible). As the latest release (v1.0.4) just overwrote v1.0.2 (the last one with the original key) due to having the same versionCode, your app entirely disappeared from my repo now as the signing key was not accepted, so I'll have to revert back to v1.0.2 here for now until this issue is solved. I might need to disable updates entirely (they were set to monthly last November as the repo looked dormant then) if it cannot be solved until the next update check will drag in the v1.0.4 APK again, bringing us back to the current situation.
Looks like the latest releases (v1.0.3 & v1.0.4) were signed with a different key:
while the versions before used
What happened to your signing key (I couldn't find any hint in the release notes either)? A changed key could mean someone hacked your repo and added modified APKs (but could not sign them with the correct key as you hopefully kept it safe).
Further,
versionCodeof your app toggles between 1 and 2 instead of being always increased with each new release, which makes updates quite difficult (and with the key changing even impossible). As the latest release (v1.0.4) just overwrote v1.0.2 (the last one with the original key) due to having the same versionCode, your app entirely disappeared from my repo now as the signing key was not accepted, so I'll have to revert back to v1.0.2 here for now until this issue is solved. I might need to disable updates entirely (they were set to monthly last November as the repo looked dormant then) if it cannot be solved until the next update check will drag in the v1.0.4 APK again, bringing us back to the current situation.