Background
We have been using jar file of sqlcipher in our app since 2013 and now we tried to use maven dependency. But while updating the old app with new app, the app crashes at launch.
Expected Behavior
smooth running of app after update
Actual Behavior
once the app with maven dependencies is updated over the old app, the app crashes when we open the updated app
We are not being able to identify what the real problem is. Please help