Skip to content

feat: upgrade dependencies and environment requirements #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: "Run Flutter Analyze"
run: melos run flutter-analyze

Expand All @@ -57,13 +57,13 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: Restore Cache
uses: actions/cache/restore@v4
id: cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Install Melos
Expand All @@ -50,6 +50,6 @@ jobs:
# Running `melos bootstrap` is not needed because we use Melos just
# for the `check-license-header` script.
run-bootstrap: false
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: Check license header
run: melos run check-license-header
24 changes: 12 additions & 12 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
name: Setup flutter
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: "Run flutter test"
run: melos run test:dart

Expand All @@ -67,13 +67,13 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: "Run Android native unit tests"
run: melos run test:android
- name: Upload build artifact
Expand All @@ -97,13 +97,13 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: Cache podfiles
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -147,13 +147,13 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: Download Build Artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -184,14 +184,14 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
architecture: x64
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
with:
melos-version: "6.0.0"
melos-version: "6.3.3"
- name: Cache podfiles
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Download Build Artifact
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.27.x"
flutter-version: "3.32.x"
channel: "stable"
cache: true
- name: Select XCode 16.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ open class AndroidAutoBaseScreen(carContext: CarContext) :

private fun initializeNavigationListener() {
GoogleMapsNavigationSessionManager.navigationReadyListener = this
try {
mIsNavigationReady = GoogleMapsNavigationSessionManager.getInstance().isInitialized()
mIsNavigationReady = try {
GoogleMapsNavigationSessionManager.getInstance().isInitialized()
} catch (exception: RuntimeException) {
// If GoogleMapsNavigationSessionManager is not initialized navigation is not ready.
mIsNavigationReady = false
false
}
}

Expand Down
Loading
Loading