Skip to content

Commit 6221028

Browse files
committed
Merge branch 'main' of github.com:flutter/packages into feat/go-router-context-redirect
2 parents 52d78a7 + 651c565 commit 6221028

File tree

4,708 files changed

+382534
-149729
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,708 files changed

+382534
-149729
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-
871849e4b6bfcad29021c826703b1ac8d3e07c0a
1+
4a042046a0f182b2b0729ce7a7271276b08d4f19

.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/README.md

Lines changed: 1 addition & 0 deletions

.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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
org.gradle.jvmargs=-Xmx4G
22
android.useAndroidX=true
3-
android.enableJetifier=true

.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

0 commit comments

Comments
 (0)