Best practices for Android Git branching -


help settle argument,

in android project, our androidmanifest.xml has env variable build apk @ correct env s3 , other stuff.

we have 3 separate git branches, dev, qa, , prod. should dev , qa manifest files point prod env?

no, if using android studio, handled configuring build types.

also not practice use branch differents environments, , if using secret ids not should committed this.

you can create 3 buildtypes, debug, qa , release, when signed app, env vars of production.

link buildtypes


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -