mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Android 12 compartibility fixes. #1194

Closed Chaoba closed 3 years ago

Chaoba commented 3 years ago

Included changes:

Chaoba commented 3 years ago

A separate ticket is created to track the failed release job.

kiryldz commented 3 years ago

@Chaoba is it possible to separate this PR in 2 PRs:

  1. Android 12 compatibility
  2. All other work done here.

I see no sense in messing it all up in one PR despite changes for leak canary, firebase etc are indeed related to Android 12 compatibility. If CI does not pass in general - guess we need to firstly merge PR with fixing it and then apply separate PR for fixing Android 12.