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?