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.
Asked
Active
Viewed 831 times
1 Answers
1
gradle build :
compile 'net.zetetic:android-database-sqlcipher:3.5.6@aar'
here is the complete tutorial of android sqlcipher integration

Ajay Venugopal
- 1,544
- 1
- 17
- 30
-
this is the efficient way how most of them include libraries. – Ajay Venugopal Mar 21 '17 at 11:26