-
Notifications
You must be signed in to change notification settings - Fork 566
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
SQLCipher 4.1.0: minSdkVersion = 26 #432
Comments
Hi @cokeperez, Thank you for your report, that was unintentional. We are bumping the |
Hi @cokeperez SQLCipher for Android 4.1.1 is now available with the |
HI @developernotes, yes, it works now with But this is a problem for us. Why did you decide to bump There are currently around 10%-15% (much more in our case) of active devices worldwide in Google Play between APIs 16 and 21, we wouldn't like to lose that many users. |
Hi @cokeperez We recently released SQLCipher for Android 4.1.2 which adjusts our API support back down to 14 on 32-but CPU's. Would you give that a try and let us know your results? Thanks! |
Hi @developernotes, thank you for your quick help. The problem with the But now we have problems in some APIs/devices when the app tries to load SQLCipher. I think is the same (or similar) problem than this. For now we've tried a sample app with:
We will continue testing and updating you if there is anything new. Thanks!
|
Hi @cokeperez We have recently published SQLCipher for Android 4.1.3 which should address the crashing behavior you experienced on certain devices and emulators. It should be available via Maven Central within the next hour or so. Would you try out 4.1.3 when you get the opportunity and let us know your results? Thanks! |
It works! Tested in emulators and physical devices with Android 4.x. Thank you very much! |
Hi @cokeperez That's excellent, thanks for the quick response! I will close this ticket now that the issue has been resolved. |
SQLCipher for Android version: 4.1.0
We are trying to update from 4.0.1 to 4.1.0 but seems now SQLCipher
minSdkVersion
is set to 26. Maybe is a mistake when you build the new version? It's strange thatandroid:targetSdkVersion
is equal thanandroid:minSdkVersion
SQLCipher AndroidManifest.xml from aar
Logcat
Thank you!
The text was updated successfully, but these errors were encountered: