Skip to content

Fix Java 17 build issues; Update Gradle#1

Open
ivanarellano wants to merge 8 commits intoflutter-3.22from
tickets/FL-889
Open

Fix Java 17 build issues; Update Gradle#1
ivanarellano wants to merge 8 commits intoflutter-3.22from
tickets/FL-889

Conversation

@ivanarellano
Copy link
Copy Markdown

@ivanarellano ivanarellano commented Jul 12, 2024

This is a clone of the upstream PR g123k#92 . They updated AGP to a version that is compatible with platform_client.

FYI The upstream repo was marked discontinued July 11 by the owner. They didn't write about any alternative.

@ivanarellano ivanarellano changed the title Tickets/fl 889 Fix Java 17 build issues; Update Gradle Jul 12, 2024
Comment on lines -17 to -20
} else {
UIUserNotificationSettings* notificationSettings = [UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeAlert | UIUserNotificationTypeBadge | UIUserNotificationTypeSound categories:[[UIApplication sharedApplication] currentUserNotificationSettings].categories];
[[UIApplication sharedApplication] registerUserNotificationSettings:notificationSettings];
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are you sure we don't need this?

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.

5 participants