lochidev / Expandroid

Text expander for android - with espanso config import/export
Other
140 stars 6 forks source link

versioning issue #6

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

It seems your versionCode is never increased. This means updates never reach those having the app already installed, as Android considers them the same as the installed version. Please take care to always increase versionCode when making a release.

lochidev commented 1 year ago

Thank you for pointing that out! I did increase the versioncode but VS decided to set it to 1 during compilation :(

IzzySoft commented 1 year ago

I've no idea with VS, I only see the result unfortunately. So :crossed_fingers: you find the culprit and can get around it with the next release! Thanks for checking, and best luck!

lochidev commented 1 year ago

I think the issue should be fixed now :D

IzzySoft commented 1 year ago

Reached my repo, so you're probably right – thanks!