ChiragKalra / Organiso

An android SMS app that automatically organises user's messages.
https://organiso.web.app/
Apache License 2.0
29 stars 7 forks source link

Please remember increasing versionCode #4

Closed IzzySoft closed 3 years ago

IzzySoft commented 3 years ago

Please remember to increase versionCode with each new release you publish. Currently it's set to 1 for all your releases – so to Android, they are all the very same version, as versionCode is what Android uses to tell versions apart. Only an APK with a higher versionCode is considered an update.