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
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.
It seems your
versionCodeis 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 increaseversionCodewhen making a release.