I have tried updating the config.xml file to include: versionCode="10002"
I've created a 'platforms/android/release-signing.properties' file and ran:
phonegap build --release android --versionCode=10002
Nothing seems to make the versionCode=10002 stick. How can I fix this?