Skip to content

Commit

Permalink
NN bump (#7791)
Browse files Browse the repository at this point in the history
* NN bump

* Rename changelog

* Remove unavailable device from tests

* Remove unavailable device from tests
  • Loading branch information
DzmitryFomchyn committed Apr 26, 2024
1 parent 60883ac commit 3769cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ commands:
gcloud firebase test android run --type instrumentation \
--app << parameters.module_wrapper >>/build/outputs/apk/<< parameters.variant >>/<< parameters.module_wrapper >>-<< parameters.variant >>.apk \
--test << parameters.module_target >>/build/outputs/apk/androidTest/<< parameters.variant >>/<< parameters.module_target >>-<< parameters.variant >>-androidTest.apk \
--device model=hammerhead,version=23,locale=fr,orientation=portrait \
--device model=q2q,version=31,locale=de,orientation=landscape \
--device model=panther,version=33,locale=it,orientation=landscape \
--use-orchestrator \
Expand All @@ -535,7 +534,6 @@ commands:
--app instrumentation-tests/build/outputs/apk/<< parameters.variant >>/instrumentation-tests-<< parameters.variant >>.apk \
--test instrumentation-tests/build/outputs/apk/androidTest/<< parameters.variant >>/instrumentation-tests-<< parameters.variant >>-androidTest.apk \
--test-targets "class com.mapbox.navigation.instrumentation_tests.<< parameters.suite >>" \
--device model=hammerhead,version=23,locale=fr,orientation=portrait \
--device model=q2q,version=31,locale=de,orientation=landscape \
--device model=panther,version=33,locale=it,orientation=landscape \
--use-orchestrator \
Expand All @@ -558,7 +556,6 @@ commands:
gcloud firebase test android run --type robo \
--app << parameters.module_target >>/build/outputs/apk/<< parameters.variant >>/<< parameters.module_target >>-<< parameters.variant >>.apk \
--device model=hwALE-H,version=21,locale=es,orientation=portrait \
--device model=hammerhead,version=23,locale=fr,orientation=portrait \
--device model=q2q,version=31,locale=de,orientation=landscape \
--device model=panther,version=33,locale=it,orientation=landscape \
--timeout 5m
Expand Down Expand Up @@ -624,6 +621,7 @@ commands:
steps:
- run:
name: Check public documentation
no_output_timeout: 30m
command: ./scripts/dokka-validate.sh

generate-documentation:
Expand Down
1 change: 1 addition & 0 deletions changelog/unreleased/bugfixes/7791.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed an issue where cached ADAS data was not released.
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 = '162.0.4'
mapboxNavigatorVersion = '162.0.5'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 3769cfd

Please sign in to comment.