We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634607b commit 2e2dbecCopy full SHA for 2e2dbec
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ ext {
13
// version which we should use in this build
14
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
15
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
16
- mapboxNavigatorVersion = '162.0.3'
+ mapboxNavigatorVersion = '162.0.4'
17
}
18
println("Navigation Native version: " + mapboxNavigatorVersion)
19
0 commit comments