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

Added Java 6 Support. #362

Closed
wants to merge 1 commit into from
Closed

Conversation

Chu-wee
Copy link

@Chu-wee Chu-wee commented Mar 10, 2019

Cordova Android 6.x compiles code by default using java 6, so plugins need to support Java 6, otherwise the following error will be reported:
Error: diamond operator is not supported in-source 1.6
(use-source 7 or higher to enable diamond operator)

@don
Copy link
Member

don commented Apr 21, 2020

Thanks for this pull request. I'm not going to merge this for now. This plugin is going to require newer versions of Java (and Javascript). Upgrading cordova and cordova android should fix most projects.

@don don closed this Apr 21, 2020
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.

2 participants