Skip to content

Commit

Permalink
Set test package to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Jul 16, 2024
1 parent 199657a commit 30bf8fd
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 275 deletions.
2 changes: 1 addition & 1 deletion ci_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: "3.3.0"
sdk: "3.4.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion ci_test/skt_sidekick/lib/skt_sidekick.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Future<void> runSkt(List<String> args) async {
mainProjectPath: '.',
flutterSdkPath: flutterSdkSymlink(),
);
addFlutterSdkInitializer(initializePuro);
addSdkInitializer(initializePuro);

runner
..addCommand(FlutterCommand())
Expand Down
Loading

0 comments on commit 30bf8fd

Please sign in to comment.