Skip to content

Commit

Permalink
Use new Flutter version param name
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jul 11, 2023
1 parent 81303cc commit af28996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- checkout
- flutter/install_sdk_and_pub:
app-dir: ./auth0_flutter
flutter_version: << pipeline.parameters.flutter_version >>
version: << pipeline.parameters.flutter_version >>
- browser-tools/install-chrome
- run:
name: Analyze App Facing Package
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- checkout
- flutter/install_sdk_and_pub:
app-dir: ./auth0_flutter
flutter_version: << pipeline.parameters.flutter_version >>
version: << pipeline.parameters.flutter_version >>
- android/restore-gradle-cache
- android/restore-build-cache
- local-android/prepare-config
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- checkout
- flutter/install_sdk_and_pub:
app-dir: ./auth0_flutter
flutter_version: << pipeline.parameters.flutter_version >>
version: << pipeline.parameters.flutter_version >>
- local-android/prepare-config
- run:
name: Build Android app
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
device: << parameters.ios_simulator >>
- flutter/install_sdk_and_pub:
app-dir: ./auth0_flutter/example
flutter_version: << pipeline.parameters.flutter_version >>
version: << pipeline.parameters.flutter_version >>
- flutter/install_ios_gem:
app-dir: ./auth0_flutter/example
- flutter/install_ios_pod:
Expand Down

0 comments on commit af28996

Please sign in to comment.