Looks like you forgot to increase versionCode with the latest release – like the previous one, it still uses 22 there. versionCode is what Android uses internally to tell versions apart – so whoever has the previous release installed won't get an update notification for the current one as Android will think it is already there.
Thanks in advance!
Looks like you forgot to increase
versionCodewith the latest release – like the previous one, it still uses22there.versionCodeis what Android uses internally to tell versions apart – so whoever has the previous release installed won't get an update notification for the current one as Android will think it is already there.Thanks in advance!