I have application which uploaded into Subversion/SVN repo. Is it possible to use script to somehow change application version code stored in AndroidManifest? I mea
AndroidManifest
You could do it at build time using the xpath Ant target provided by the default Android build scripts to get the current value, then use Ant replace.