File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ commands:
10
10
setup_flutter :
11
11
steps :
12
12
- flutter/install_sdk_and_pub :
13
- version : 3.27.2
13
+ version : 3.24.0
14
14
- run :
15
15
name : Generate Pigeons
16
16
command : sh ./scripts/pigeon.sh
@@ -32,7 +32,7 @@ commands:
32
32
steps :
33
33
- run :
34
34
name : Install patrol
35
- command : dart pub global activate patrol_cli 3.5 .0
35
+ command : dart pub global activate patrol_cli 3.3 .0
36
36
# This runs `flutter pub get` and `dart pub get` if we pass parameter `generate_pigeons` to the job it also runs the following:
37
37
# - `sh ./scripts/pigeon.sh`
38
38
# - `dart run build_runner build --delete-conflicting-outputs`
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dev_dependencies:
34
34
flutter_test :
35
35
sdk : flutter
36
36
flutter_lints : 1.0.4
37
- patrol : ^3.15.2
37
+ patrol : ^3.12.0
38
38
39
39
patrol :
40
40
app_name : Instabug example
You can’t perform that action at this time.
0 commit comments