Edit versionCode?

Monkey Targets Forums/Android/Edit versionCode?

siread(Posted 2012) [#1]
How do you change the versionCode in AndroidManifest.xml? Every time I do it gets overwritten with versionCode="1".


therevills(Posted 2012) [#2]
After your first compile, in your build folder you should see a templates folder, alter the AndroidManifest.xml file in there.


siread(Posted 2012) [#3]
Aha! Thanks. :)