mapbox / mapbox-base-android

This repository hosts annotation processors and module providers for Mapbox modular SDKs.
Other
11 stars 8 forks source link

Remove LibraryLoader's dependency on Android's Context #6

Closed LukasPaczos closed 4 years ago

LukasPaczos commented 4 years ago

Currently, the LibraryLoader definition requires the context which makes the whole base module dependent on the Android framework. This argument is only an implementation detail that should be injected into the implementation instance instead.