Skip to content

Commit

Permalink
Fix/resolved conflict edit (#26)
Browse files Browse the repository at this point in the history
* resolved conflict reverted change in example

* chore: update examples to new major version of orb
  • Loading branch information
JalexChen authored Mar 7, 2023
1 parent b6d07fa commit fa0ac2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/examples/install_for_android_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ usage:
version: 2.1
orbs:
android: circleci/[email protected]
flutter: circleci/flutter@1.0
flutter: circleci/flutter@2.0.0
jobs:
distribute:
executor:
name: android/android-machine
steps:
- flutter/install_sdk_and_pub:
version: 3.0.3
- flutter/install_android_gradle
- flutter/install_android_gradle_dependencies
- flutter/install_android_gem
- run:
command: bundle exec fastlane distribute
Expand Down
2 changes: 1 addition & 1 deletion src/examples/install_for_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
flutter: circleci/flutter@1.0
flutter: circleci/flutter@2.0.0
jobs:
distribute:
macos:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
flutter: circleci/flutter@1.0
flutter: circleci/flutter@2.0
workflows:
test:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
flutter: circleci/flutter@1.0
flutter: circleci/flutter@2.0
workflows:
test:
jobs:
Expand Down

0 comments on commit fa0ac2b

Please sign in to comment.