I am having a problem, when I try to update an APK
production file in android
, it says
"Your APK's version code needs to be higher than 19."
My app is built with phonegap and I have the following code in my config.xml .
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.rodriguezcab.release"
version = "20.0.1">
Though I have version = "20.0.1"
, it keeps saying "Your APK's version code needs to be higher than 19." Any solutions?