matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

Upgrade Gradle plugin #38

Closed zmeggyesi closed 1 year ago

zmeggyesi commented 1 year ago

Upgrades the Gradle version in the Android plugin for compatibility with latest Flutter version.

closes #37

matanshukry commented 1 year ago

@zmeggyesi Each change to a package is tagged separately, so there must be different commits (and hence different PRs) for multi package changes. e.g. for this PR - 1 for sdk, 1 for the android.

To help speed things up I already did it based on your PR.

Thanks for the contribution!

zmeggyesi commented 1 year ago

Thank you, and apologies for missing the process.