We are using older version of sqlcipher app got crashes in android 10 device

Hi @senthil_kumar

Have you tried using the latest SQLCipher for Android release? It is now available as an AAR package, you can find more information about integration here. Also, since you are using an older version of the library, you will need to consider either a one-time upgrade of the database, or enabling a compatibility mode. We cover both options in detail here.