Skip to content

Commit

Permalink
[tools] Bump up sdk version (flutter-tizen#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA authored Oct 24, 2024
1 parent d476029 commit 97bc32a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ jobs:
run: |
export PATH=`pwd`/flutter-tizen/bin:$PATH
./tools/tools_runner.sh build-examples \
--exclude=wearable_rotary \
--run-on-changed-packages \
--base-sha=$(git rev-parse HEAD^)
2 changes: 1 addition & 1 deletion tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/flutter-tizen/plugins/tree/master/tools
publish_to: "none"

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
args: ^2.1.0
Expand Down
5 changes: 2 additions & 3 deletions tools/test_data/foo/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the foo plugin.
publish_to: "none"

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"

dependencies:
flutter:
Expand All @@ -18,4 +18,3 @@ dev_dependencies:
integration_test:
sdk: flutter
integration_test_tizen: ^2.0.1

4 changes: 2 additions & 2 deletions tools/test_data/foo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A new flutter plugin project.
publish_to: "none"

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"

dependencies:
flutter:
Expand Down

0 comments on commit 97bc32a

Please sign in to comment.