I pushed an update for an application to playstore.
My sdk level for both versions
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="21" />
In android kitkat 4.4.4, I have old version(V1.1.1) installed already.
In playstore it is showing that it is Updated to latest version(V1.1.2)
But Still it is not showing "Update" option in already installed mobile. When I install in a new mobile(Android Jellybean 4.1.2) it is installing later version(V1.1.2).
Can anyone know what might be the reason?