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

Fix Android Plugin after update to flutter 3 #18

Closed
wants to merge 2 commits into from

Conversation

Defuera
Copy link

@Defuera Defuera commented May 24, 2022

Update java to java 11
Update kotlin_version to 1.6.21
Update gradle plugin to 7.1.3

Update java to java 11
Update kotlin_version to 1.6.21
Update gradle plugin to 7.1.3
@Defuera Defuera mentioned this pull request May 24, 2022
@@ -37,8 +37,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we cannot be sure that all our adnetwork partners will not have a problem

@da2gl da2gl changed the base branch from main to release/1.2.1 May 24, 2022 12:31
@da2gl da2gl closed this May 24, 2022
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

2 participants