-
Notifications
You must be signed in to change notification settings - Fork 569
update androidx.sqlite/sqlite -> 2.1.0 #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think we need to make some modifications for this to work. If nothing else, they added |
Please consider update androidx.sqllite to 2.1.0. Here is an example of implementation for |
Hello @piotr-pawlowski We are just finishing efforts on the next public SQLCipher release. Unfortunately, an update to the |
Hello. I noticed that this was closed. Is androidx.sqlite updated to 2.1.0? |
Nope, just reopened. |
I hope we can consider getting this one updated to |
Hi @brodybits, This is merged into master, thanks! |
UPDATED January 2023:
I think it would be ideal to update this androidx.sqlite/sqlite to
2.2.0
, but it looks to me like this would incur a requirement for Android SDK 31. I am not sure if we are ready for this kind of breaking change yet.This is just a suggestion to use the latest version of
androidx.sqlite
from https://mvnrepository.com/artifact/androidx.sqlite/sqlite. This worked for me when using my custom build in an Apache Cordova test project. I hope I will have a chance to test an AAR with the test suite insqlcipher-android-tests
in the near future, no promises due to some urgent project work. I am raising this as a draft PR for now.