<Migration from SQLite Cipher V1 to Room DB V2 on ...
# stackoverflow
u
Migration from SQLite Cipher V1 to Room DB V2 on App Update: I build two apps with the same package name: In the first app, I use SQLiteCipher using "Pass_Phrase" (Version_1 DB) for CRUD operations using Java. In the second app, I just wanted to migrate from SQLiteCipher to Room (Version_2 DB) and also read data from SQLiteCipher and put it into Room DB using Kotlin. I completed the first app and was stuck at migration's step in the second app. Need your help. Thanks a lot!