Vitaly Zayankovsky
Vitaly Zayankovsky
Blocked by mapbox/mapbox-maps-android#1531.
In 1TAP we have this script to get nav-native version, which works for transitive dependencies as well: https://github.com/mapbox/1tap-android/blob/180f64e74d1d9a562ece895472980a73c989bcad/app/build.gradle.kts#L151-L163. I think you can adapt it to your needs.
@appenvturez-siddharth `0.42.6` is a very old version and it is not supported anymore. Could you update to the latest version (which is `2.4.1`) and try to reproduce the issue then?
@appenvturez-siddharth unfortunately I'm not able to reproduce the issue using the information you provided. Could you share the code that you use to draw the routes? Also I recommend to...
@JeenYokesh please remove `maven { url 'https://mapbox.bintray.com/mapbox' }` from the list of repositories and update `com.mapbox.mapboxsdk:mapbox-android-navigation` and `com.mapbox.mapboxsdk:mapbox-android-navigation-ui` dependencies to version 0.42.6. Also it should be noted that v0.x series...
@JeenYokesh my suggestion was to update dependencies to version 0.42.6. If you are ready to use version 2.1.1 then you should follow the installation guide here: https://docs.mapbox.com/android/navigation/guides/get-started/install/. For instance there...
@JeenYokesh your setup looks good to me. Since the error mentions Privoxy, I would suggest to try building with Privoxy disabled.
@ShivaniChandel you need to add JitPack repository this way: ```gradle allprojects { repositories { google() mavenCentral() maven { url 'https://api.mapbox.com/downloads/v2/releases/maven' authentication { basic(BasicAuthentication) } credentials { // Do not change...
> I noticed, that moving logic from platform implementation to native implementation increased size of platform solution by ~4k lines of code. Did we expect that reusing some logic between...
@abhishek1508 please take a look.