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

Kitkat support #168

Closed
wants to merge 2 commits into from
Closed

Conversation

jcesarmobile
Copy link
Member

Rebased and picked the KitKat support part of this #144

Also added the support annotation framework as it's needed to use RequiresApi.

Tested on 4.4 simulator and works fine, couldn't test on real device.

@KevinKelchen
Copy link

Hi @jcesarmobile 👋,

Great to see older versions of Android supported! 😀

This PR was for supporting KitKat. One thing that's throwing me off is the default value used in ANDROID_SUPPORT_ANNOTATIONS_VERSION that gets added to the config.xml after adding the plugin:

<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />

27.+ is a much higher API level than KitKat. Does this value need to be lowered to support older versions of Android such as KitKat?

Thank you so much for your time! 😃

@jcesarmobile
Copy link
Member Author

That’s the version of the support library, has nothing to do with the supported android version, it’s for adding annotations support, which is required to work on kit kat

@KevinKelchen
Copy link

Thank you so much for your prompt reply! 😃

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

Successfully merging this pull request may close these issues.

3 participants