maddevsio / mad-location-manager

Mad Location Manager is a library for GPS and Accelerometer data "fusion" with Kalman filter
MIT License
533 stars 154 forks source link

Trouble updating mapbox sdk version #129

Closed dumre00 closed 1 year ago

dumre00 commented 1 year ago

Hi,

I tried to upgrade the Mapbox SDK version because in the build.gradle file, I have this version of the SDK:

api ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.5@aar') {
        transitive = true
    }

I attempted to install the new SDK version following the steps on the Mapbox official installation page, but it didn't work.

I couldn't make changes in the Mapbox class because it was read-only.

Thank you so much for the help.

dumre00 commented 1 year ago

not needed to upgrade sdk version