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

Increase compatibility to JavaVersion.VERSION_1_8 #19759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

RZR-UA
Copy link
Contributor

@RZR-UA RZR-UA commented May 3, 2024

It's incorrect to build Android with disabled sourceCompatibility/targetCompatibility.

Sooner or later, somebody may include incompatible code into OsmAnd-java classes.

For example, Java-tools is allowed to use Java 11 and its higher limit is inherited to OsmAnd-java in Tools project.

Therefore, the Compatibility should be limited to Android SDK max allowed = Java 8.

@Chumva Chumva requested review from vshcherb and alex-osm May 3, 2024 15:43
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