mapbox/mapbox-base-android

Remove LibraryLoader's dependency on Android's Context

LukasPaczos opened this issue · 0 comments

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.