Skip to content

Commit

Permalink
Bump NN
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryFomchyn committed Jan 3, 2024
1 parent c7ad20a commit a2a8b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
// version which we should use in this build
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
mapboxNavigatorVersion = 'av-nio-snapshot-1-SNAPSHOT'
mapboxNavigatorVersion = 'av-nio-snapshot-2-SNAPSHOT'
}
println("Navigation Native version: " + mapboxNavigatorVersion)
def androidXWorkManagerVersion = project.hasProperty('WORK_MANAGER_VERSION') ? project.property('WORK_MANAGER_VERSION') : '2.7.0'
Expand Down

0 comments on commit a2a8b7c

Please sign in to comment.