Maintain separate "flavors" (android term) for dev and prod builds. This allows us to build dev apks to test diffs. We cannot build an app with the same ID as prod without making a new prod build that overwrites the existing prod app. So this is useful for testing.
Now that we have more scripts that do more things, we organize them in scripts/android