Skip to content

Drop support for older Android versions? #193

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

Closed
brody4hire opened this issue Aug 28, 2015 · 6 comments
Closed

Drop support for older Android versions? #193

brody4hire opened this issue Aug 28, 2015 · 6 comments

Comments

@brody4hire
Copy link

If I am not mistaken, the changes in #170 target Android API 19 which matches Android API 4.4 (KitKat), while https://github.com/sqlcipher/android-database-sqlcipher#compatibility specifies a range of 2.1 - 5.01. I have already stopped testing on older versions and suspect some others would have done the same thing.

For a small/medium/large enterprise-grade security product such as this I suspect most serious users would be using at least 4.0, if not 4.2 or 4.4. In addition, I found this article recently: http://www.extremetech.com/mobile/197346-google-throws-nearly-a-billion-android-users-under-the-bus-refuses-to-patch-os-vulnerability

@developernotes
Copy link
Member

Hi @brodybits

I don't believe the change in #170 as affected our ability to run on Android 2.1. At this point in the game, I don't know what advantage we would have in dropping 2.1 support by itself.

@brody4hire
Copy link
Author

I don't believe the change in #170 as affected our ability to run on Android 2.1.

Agreed.

At this point in the game, I don't know what advantage we would have in dropping 2.1 support by itself.

How often is this project tested on Android 2.x?

@developernotes
Copy link
Member

How often is this project tested on Android 2.x?

I do it whenever we prepare a release of SQLCipher.

@brody4hire
Copy link
Author

Nice!

@vikasbasawaraj
Copy link

hi when ever i run sqlcipher on kitkat (19) it giving this error

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: example/EventDataSQLHelper.class

could u pls help me

@developernotes
Copy link
Member

Hi @vikasbasawaraj

EventDataSQLHelper.class is not part of SQLCipher for Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants