File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ jobs:
23
23
java-version : ' 12.x'
24
24
- uses : subosito/flutter-action@v2
25
25
with :
26
- flutter-version : ' 3.7 .0'
26
+ flutter-version : ' 3.10 .0'
27
27
channel : ' stable'
28
28
- name : Install dependencies
29
29
run : |
30
30
flutter config --no-analytics
31
- flutter pub get
31
+ flutter --disable-telemetry
32
+ flutter pub get --suppress-analytics
32
33
- name : Run tests
33
34
run : |
34
35
dart analyze lib example/lib
37
38
run : |
38
39
cd example; flutter pub get; flutter build apk --release
39
40
- name : Slack notification
40
- uses : 8398a7/action-slack@v2
41
+ uses : 8398a7/action-slack@v3
41
42
with :
42
43
status : ${{ job.status }}
43
44
author_name : Integration Testing
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ packages:
13
13
dependency: transitive
14
14
description:
15
15
name: audio_session
16
- sha256: e4acc4e9eaa32436dfc5d7aed7f0a370f2d7bb27ee27de30d6c4f220c2a05c73
16
+ sha256: "97317505460ab705e8e186e87a3924d67c74d8c8a07cbc087e3b988bbce7cfaa"
17
17
url: "https://pub.dev"
18
18
source: hosted
19
- version: "0.1.13 "
19
+ version: "0.1.14 "
20
20
boolean_selector:
21
21
dependency: transitive
22
22
description:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
sdk : flutter
19
19
logger : ' ^1.3.0'
20
20
flutter_sound : ' ^9.2.13'
21
- audio_session : ' ^0.1.13 '
21
+ audio_session : ' ^0.1.14 '
22
22
web_socket_channel : ' ^2.3.0'
23
23
http : ' ^0.13.5'
24
24
mp3_info : ' ^0.2.1'
You can’t perform that action at this time.
0 commit comments