TradeMe / MapMe

The Android maps adapter
MIT License
841 stars 75 forks source link

Clears pending updates when notifyDataSetChanged is called #18

Closed josh-burton closed 6 years ago

josh-burton commented 6 years ago

Fixes a crash caused by pending updates attempting to operate on an annotation list that is no longer there.

This PR also updates the library to AGP 3.0.1 and updates some out of date dependencies.

Fixes #17