When copy pasting example from blog
MapboxStaticImage staticImage = new MapboxStaticImage.Builder()
.setAccessToken(getString(R.string.mapbox_access_token))
.setStyleId(SyncStateContract.Constants.MAPBOX_STYLE_SATELLITE)
.setLon(lon).setLat(lat)
.setZoom(15).setBearing(45).setPitch(60)
.setWidth(500).setHeight(500)
.setRetina(true)
.build();
Android Studio is automatically importing an Androd SDK dependency instead of this repo.


I'm suggesting renaming the class/package to something different?
When copy pasting example from blog
Android Studio is automatically importing an Androd SDK dependency instead of this repo.
I'm suggesting renaming the class/package to something different?