Skip to content
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

use minSdkVersion=14 instead of 18? #2

Open
k3b opened this issue Oct 26, 2018 · 0 comments
Open

use minSdkVersion=14 instead of 18? #2

k3b opened this issue Oct 26, 2018 · 0 comments

Comments

@k3b
Copy link

k3b commented Oct 26, 2018

Currently the lib is compiled with minSdkVersion=18 (via gradle.properties MIN_SDK_VERSION = 18)

I plan to integrate the lib into https://github.com/k3b/APhotoManager which has minSdkVersion=14 (android-4.0)

I already locally compiled the lib and the example app with minSdkVersion=14 and android-lint didn-t complain any incompatibilites.

The example app is working without any problems on my android-4.2 tablet (api=16)

Is there any reason why minSdk is 18?

If not is it possible to set it to 14?

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

1 participant