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

Make plugin compatible with java 6 #473

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Conversation

beothorn
Copy link

This plugin can't be compiled with JDK versions older than 1.8

Updating your project to use JDK 8 can require you to update com.android.tools.build:gradle and other dependencies, which may not be always possible.

This change makes the plugin use only features from JDK 6 without changing functionality.

I also added some debug loggings.

Lucas Santos added 20 commits September 20, 2019 11:18
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.

None yet

1 participant