onaio / kujaku

Mapping and check-in library for Android using MapBox SDK
https://ona.io
BSD 2-Clause "Simplified" License
18 stars 11 forks source link

is there a v0.10.0 release in the Roadmap? #366

Open avazirna opened 1 year ago

avazirna commented 1 year ago

Hi there,

Is there a plan to release a new stable version of the Kujaku Library? The reason I’m asking is because the latest version (0.9.0) is based on Mapbox SDK 8.3.3, which relies on SoLoader 0.6.0. SoLoader versions prior to 0.9.0 are known for causing issues to 64-bit devices, as they assume that all system libraries are present in /system/lib:/vendor/lib, more information about this can be found here. I can almost bet that all that is already on your radar also because I noticed that the project now targets Mapbox SDK 9.7.1, so I wonder if there are plans to release a new version.

Thank you Ahmad

ekigamba commented 1 year ago

@avazirna Ahmad. Yes, there is a plan to release a new version which points to the latest Mapbox. However, there are too many breaking changes for the update and we realized that this might take a bit longer. Kindly send a PR if you are interested in this

avazirna commented 1 year ago

Noted, thank you @ekigamba. I will consider submitting that PR.