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 c8db2b9 commit 7cfc625Copy full SHA for 7cfc625
changelog/unreleased/bugfixes/0000.md
@@ -0,0 +1,2 @@
1
+- Improved completion detection policy
2
+- Disabled continuous alternatives feature for the cycling profile
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 = '206.0.0'
+ mapboxNavigatorVersion = '206.1.1'
17
}
18
println("Navigation Native version: " + mapboxNavigatorVersion)
19
def androidXWorkManagerVersion = project.hasProperty('WORK_MANAGER_VERSION') ? project.property('WORK_MANAGER_VERSION') : '2.7.0'
0 commit comments