As everything in platform/ directory is gitignored and we’re told to update platforms/android/AndroidManifest.xml for some things such as versioning for Google Play store (http://ionicframework.com/docs/guide/publishing.html) i wondered what the best practice is for maintaining settings between multiple developers and machines on a project?
I tried to bodge inserting stuff in to the manifest using a hook, but my string replacement goes bad as the Android Manifest is never rebuilt from scratch each time so my hook is adding the same thing in over and over again. doh!