0

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Shiva
  • 207
  • 2
  • 7

1 Answers1

1

gradle build :

compile 'net.zetetic:android-database-sqlcipher:3.5.6@aar'

here is the complete tutorial of android sqlcipher integration

https://www.zetetic.net/sqlcipher/sqlcipher-for-android/

Ajay Venugopal
  • 1,544
  • 1
  • 17
  • 30