sqlcipher/android-database-sqlcipher

loadLibs() will load wrong library after OS update

Closed this issue · 2 comments

loadLibs() doesn't do anything to ensure the existing library file that it copied for the previous run is for the correct OS version, this means if i update the OS on my phone, its going to continue to try and load the existing library file which is now for the previous OS version.

Great find!

This not an issue now there's not per platform libraries