Android : Unwanted versioncode increment in android Manifest

on Monday, February 16, 2015


I am trying to deploy a version 1.1 update to my android apk of my worklight app. However when I try to update the versionName on my Manifest and build the project, it automatically gets updated back to 1.0 (updated to 1.1) and versionCode is also auto incremented. I do not want this to happen and I want an updated version 1.1 to be built. Any help here please ? example entry below... the versionCode got updated to 13 from 12. android:versionCode="13" android:versionName="1.0"


0 comments:

Post a Comment