Skip to content

Commit 349f248

Browse files
Merge remote-tracking branch 'upstream/main' into video_player_readyToPlay
2 parents b6ad65a + 389c678 commit 349f248

File tree

4,626 files changed

+378703
-148232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,626 files changed

+378703
-148232
lines changed

.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,21 +325,21 @@ targets:
325325
timeout: 30
326326
properties:
327327
target_file: analyze_legacy.yaml
328-
channel: "3.29.3"
328+
channel: "3.32.8"
329329
env_variables: >-
330330
{
331-
"CHANNEL": "3.29.3"
331+
"CHANNEL": "3.32.8"
332332
}
333333
334334
- name: Linux analyze_legacy N-2
335335
recipe: packages/packages
336336
timeout: 30
337337
properties:
338338
target_file: analyze_legacy.yaml
339-
channel: "3.27.4"
339+
channel: "3.29.3"
340340
env_variables: >-
341341
{
342-
"CHANNEL": "3.27.4"
342+
"CHANNEL": "3.29.3"
343343
}
344344
345345
- name: Linux_android custom_package_tests master

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2a347b14a18729dd24c2cf3240ef22562195e2d
1+
b1a28bc065b0acc50bc2284be87a9a708bd7aa85

.ci/flutter_stable.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
edada7c56edf4a183c1735310e123c7f923584f1
1+
d693b4b9dbac2acd4477aea4555ca6dcbea44ba2

.ci/legacy_project/all_packages/android/app/src/main/java/com/example/all_packages/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Flutter Authors. All rights reserved.
1+
// Copyright 2013 The Flutter Authors
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

.ci/scripts/analyze_legacy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/analyze_pathified.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/analyze_repo_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/boot_simulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/build_all_packages_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/build_all_packages_app_legacy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

0 commit comments

Comments
 (0)