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

Allow usage of LiquidCoreAndroid with minSdkVersion = 16 #19

Closed
martinspaeth opened this issue Mar 28, 2017 · 3 comments
Closed

Allow usage of LiquidCoreAndroid with minSdkVersion = 16 #19

martinspaeth opened this issue Mar 28, 2017 · 3 comments

Comments

@martinspaeth
Copy link

Hi there,
and thank you for the great work you published here!

I am currently tinkering around with the LiquidCore for a projekt and it seems very promising.

While testing on a bunch of devices i run into a libc error which where fixed with the last release.

Since the project targets devices with sdkVersion >= 16 i am not able to update to the current version.

In the change log i can't find a change in LiquidCoreAndroid that requires minSdkVersion 17:
78edf66

Any chance to decrement the minSdkVersion for LiquidCoreAndroid only?

Best regards
Martin

@ericwlange
Copy link
Member

It is possible to use it with minSdkVersion = 16. In fact, that's where I originally had it. But at one point I wanted to use one single method that was only available with 17. But I have since decided against using that method. I changed it back to 16 locally and it builds fine, so you can feel free to do that on your local repo. I will include this in the next release.

@ericwlange ericwlange added this to Completed in Release 0.2.2 Apr 8, 2017
@ericwlange
Copy link
Member

@ericwlange
Copy link
Member

This is fixed in Release 0.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 0.2.2
Completed
Development

No branches or pull requests

2 participants