Skip to content

Commit 09fc66f

Browse files
NN bump
1 parent 49bf41b commit 09fc66f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/artifact-settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def getVersionName() {
2323
// def cmd = ["git", "describe", "--tag", "--match", "$prefix*", "--abbrev=0"]
2424
// def version = cmd.execute().text
2525
// return project.ext.snapshot ? getSnapshotVersion(version) : getReleaseVersion(version)
26-
return "2.17.0-adas-preview-SNAPSHOT"
26+
return "2.17.0-adas-preview-2-SNAPSHOT"
2727
}
2828

2929
def getReleaseVersion(String version) {

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
// version which we should use in this build
1414
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
1515
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
16-
mapboxNavigatorVersion = 'nio-adas-main-6-SNAPSHOT'
16+
mapboxNavigatorVersion = 'nio-adas-snapshot-preparation-25-SNAPSHOT'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919
def androidXWorkManagerVersion = project.hasProperty('WORK_MANAGER_VERSION') ? project.property('WORK_MANAGER_VERSION') : '2.7.0'

libnavigation-core/src/main/java/com/mapbox/navigation/core/adasis/SpeedLimitInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import com.mapbox.navigator.SpeedLimitUnit
1515
*/
1616
@ExperimentalPreviewMapboxNavigationAPI
1717
class SpeedLimitInfo private constructor(
18-
val value: Short,
18+
val value: Int,
1919
val speedUnit: SpeedUnit,
2020
val type: Type,
2121
val restriction: SpeedLimitRestriction,

0 commit comments

Comments
 (0)