Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
hmziqrs committed Oct 27, 2020
1 parent 6dcb7d7 commit 6afdcb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1
version: 3.0.0

environment:
sdk: '>=2.7.0 <3.0.0'
Expand Down
1 change: 1 addition & 0 deletions runner.scripts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ flutter drive -t test_driver/app.dart -d linux --dart-define="PLATFORM=linux"
flutter drive -t test_driver/app.dart -d emulator-5554 --dart-define="PLATFORM=android"
flutter drive -t test_driver/app.dart -d ZY224BJD43 --dart-define="PLATFORM=android"
flutter drive -t test_driver/app.dart -d ZY224BJD43 --dart-define="PLATFORM=android" --dart-define="DEVICE=mobile"
flutter drive -t test_driver/app.dart -d emulator-5554 --dart-define="PLATFORM=android" --dart-define="DEVICE=tab7"
flutter drive -t test_driver/app.dart -d CB5A27Y1RN --dart-define="PLATFORM=android"

flutter run -t .\lib\main.dart -d windows --device-vmservice-port 8999 --host-vmservice-port 8998
Expand Down

0 comments on commit 6afdcb5

Please sign in to comment.