This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
private usage of Lost incompatible with Mapbox 5.1.0+ #9609
Labels
Android
Mapbox Maps SDK for Android
Hi,
I am using the Lost library for some personal usage in my app.
I also use Mapbox.
Since the latest version I get a crash. I think it's because of Lost rollback to 1.1.1.
Here is my configuration :
In a personal sdk project that I use in my app :
In my app project:
if I run the app I get a crash during the initialization :
It looks like Mapbox in my app is using the Lost 3.0.2 library from my sdk instead of the version 1.1.1.
Is there a way / gradle configuration to perform what I need to do ?
Not sure if this issue can be linked to this one : #9581
If I move mapbox to the version 5.1.0-beta.5@aar, everything works fine (same Lost version)
Any ideas ?
Thanks !
The text was updated successfully, but these errors were encountered: