I created beta app for Android with local SQlite DB data.
I would like to create copy of this app for production, but with a different SQlite DB data. Same models, but different data source. I don't want to share DB between beta and production-ready app.
How to achieve this?