Updated Version of SQLcipher

As of now, I’m using the below version for the Android native project,

**implementation 'net.zetetic:android-database-sqlcipher:4.5.4@aar'**
**implementation 'androidx.sqlite:sqlite:2.3.1'**

So what is the latest version for the above dependencies? because in the documentation dependency name looks like a,

net.zetetic:sqlcipher-android:4.5.6@aar

Which one we can use for our app?

Hi @Abu_Basith,

android-database-sqlcipher was deprecated last year. The long-term replacement is sqlcipher-android, with the current release version being 4.5.6.

Thanks for the information @developernotes