MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.47k stars 1.4k forks source link

Documentation link out of date for Gradle desugaring #2293

Closed jamesncl closed 7 months ago

jamesncl commented 7 months ago

The link in the README to the desugaring setup documentation is currently:

https://developer.android.com/studio/releases/gradle-plugin#j8-library-desugaring

This appears to be out of date because that page has no mention of desugaring. I believe this is the correct link:

https://developer.android.com/studio/write/java8-support#library-desugaring

jamesncl commented 7 months ago

Here's a PR

MaikuB commented 7 months ago

Thanks for raising this. The PR got raised on your fork. Would you be update it so it's raised on this repository?

jamesncl commented 7 months ago

Sorry, I'm still learning how to do PRs! I think I've done it correctly now