My app has local cache, stored in Room database, and data integrity isn't a priority to me at all, but what is the issue is a need to manually change version number each time, and it's hella annoying, especially during active development phase.
What I want — is simply delete a database and recreate it from scratch without worrying.
My solution to this is creating an uncaught exception handler in the onCreate block and deleting database.