maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
186 stars 106 forks source link

Support newer Gradle versions #390

Closed Fabi755 closed 1 month ago

Fabi755 commented 3 months ago

As in reported in #384 and changes already requested in #382, here a few changes to fix support for newer Gradle & Android versions.

This PR provide the minimal changes to support current Gradle and AGP versions. No library or plugin is updated.

Fabi755 commented 1 month ago

Can you bump the compile SDK to 34 in the same go?

Done. I think we should upgrade the Gradle wrapper, build tools and other dependencies. But maybe in a follow up PR.

smallTrogdor commented 1 month ago

Thanks for the changes and I guess it made sense to separate this form the other changes I made in #382 - I am however not the biggest fan of this construct to support old AGP versions forever. As soon as this package will allow for breaking changes, this should be done imO.

kuhnroyal commented 1 month ago

I agree.