I am upgrading mapbox version from 7.x to 8.x. On the gradle files, there is also 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9'
Should this be upgraded to latest version too? If yes, could somebody help me the find the migration guide or is it not needed?
7.x
to 8.x
did not bring any breaking changes in the APIs, the only change being the pricing. mapbox-android-services
is long deprecated, you should use Mapbox Java SDK instead.