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

Change target Java version #152

Open
2 of 3 tasks
jmatsu opened this issue Jan 16, 2023 · 0 comments
Open
2 of 3 tasks

Change target Java version #152

jmatsu opened this issue Jan 16, 2023 · 0 comments

Comments

@jmatsu
Copy link
Contributor

jmatsu commented Jan 16, 2023

We need to use Android Gradle Plugin dependency at least in test dependencies to provide the stable artifacts so we need to change the target Java version depending on the requirements. We know updating target Java version affect to the minimum supported AGP version of this plugin due to JRE version restriction though, it's really hard to maintain the testing environment against two or more JREs.

  • Java7 (current)
  • Change Java7 to Java8 by Use Java8 to build artifacts #164
    • New feature updates won't be available for AGP 4.1 or lower
  • Change Java8 to Java11
    • New feature updates won't be available for AGP 7.4.0-alpha03 or lower
Required target Java version Android Gradle Plugin
8 4.2.0 -
11 7.4.0-alpha04 -
Required JRE version Android Gradle Plugin
7 3.0-3.4
8 3.5-4.2
11 7.0-7.4 (Arctic Fox - Eel)
17 8.0.0- (Flamingo - )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant