✨ Features and improvements
- Breaking: Changed resourcePrefix to
maplibre_
frommapbox_
647 and renamed resources accordingly. Note that this is a breaking change since the names of public resources were renamed as well. Replaced Mapbox logo with MapLibre logo. - GMS location: Replace new LocationRequest() with LocationRequest.Builder, and LocationRequest.PRIORITY_X with Priority.PRIORITY_X (620)
🐞 Bug fixes
- Increment minSdkVersion from 14 to 21, as it covers 99.2%% of the newer devices since 2014
- and lessens the backward compatibility burden (630)
- Catches NaN for onMove event (621)
⛵ Dependencies
- Revert "Revert "Gradle update"" - Update Gradle from v3 to v7 (#619)