I am planning to integrate sqlcipher in my existing android application. Where can I download the latest sqlcipher-for-android-v3.5.6.zip or binaries for sqlcipher for android? Please note that my application target SDK is point to Marshmallow or greater OS devices.
gradle build :
compile 'net.zetetic:android-database-sqlcipher:3.5.6@aar'
here is the complete tutorial of android sqlcipher integration