Can't change androidmanifest

I’m changing the version in my Android manifest but to apply the command

ionic build android

This is again as before 0.0.1, it does not change?

Hi @sioesi,

You need to change the version in your config.xml file found at the root of your project. Every time you do a build, your AndroidManifest.xml file is going to be replaced with configurations found in your config file.

3 Likes