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.
Comments
Post a Comment