Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 45dd9ed

Browse files
authored
Merge branch 'flutter:main' into tool-all-plugin-rename
2 parents 959b7d4 + efef3ab commit 45dd9ed

File tree

126 files changed

+381
-161
lines changed

Some content is hidden

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

126 files changed

+381
-161
lines changed

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
59d26c481acca4e5b086dc6502b45ca31b273c25
1+
8b36497946f601c8199068f19b67ab429e8af9cb

.ci/flutter_stable.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d9111f64021372856901a1fd5bfbc386cade3318
1+
6928314d505d2bb4777be05e45d7808a5aa91d2a

.cirrus.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -247,35 +247,15 @@ task:
247247
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
248248
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[30e6cf7189e3ff3868edc25d2e638ef2aec70546456427064bbc74b297d36145364f49f9d26b327787a59df149d69262]
249249
build_script:
250-
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
251-
# might include non-ASCII characters which makes Gradle crash.
252-
# TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
253-
- export CIRRUS_CHANGE_MESSAGE=""
254-
- export CIRRUS_COMMIT_MESSAGE=""
255250
- ./script/tool_runner.sh build-examples --apk
256251
lint_script:
257-
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
258-
# might include non-ASCII characters which makes Gradle crash.
259-
# TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
260-
- export CIRRUS_CHANGE_MESSAGE=""
261-
- export CIRRUS_COMMIT_MESSAGE=""
262252
- ./script/tool_runner.sh lint-android # must come after build-examples
263253
native_unit_test_script:
264-
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
265-
# might include non-ASCII characters which makes Gradle crash.
266-
# TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
267-
- export CIRRUS_CHANGE_MESSAGE=""
268-
- export CIRRUS_COMMIT_MESSAGE=""
269254
# Native integration tests are handled by firebase-test-lab below, so
270255
# only run unit tests.
271256
# Must come after build-examples.
272257
- ./script/tool_runner.sh native-test --android --no-integration --exclude script/configs/exclude_native_unit_android.yaml
273258
firebase_test_lab_script:
274-
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
275-
# might include non-ASCII characters which makes Gradle crash.
276-
# TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
277-
- export CIRRUS_CHANGE_MESSAGE=""
278-
- export CIRRUS_COMMIT_MESSAGE=""
279259
- if [[ -n "$GCLOUD_FIREBASE_TESTLAB_KEY" ]]; then
280260
- echo $GCLOUD_FIREBASE_TESTLAB_KEY > ${HOME}/gcloud-service-key.json
281261
- ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Upload the results as artifacts (optional).
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
45+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
4646
with:
4747
name: SARIF file
4848
path: results.sarif

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# repository.
2323

2424
analyzer:
25-
strong-mode:
25+
language:
2626
strict-casts: true
2727
strict-raw-types: true
2828
errors:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

packages/camera/camera/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.5.0'
8+
classpath 'com.android.tools.build:gradle:7.0.1'
99
}
1010
}
1111

packages/camera/camera/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

packages/camera/camera_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.0+4
2+
3+
* Upgrades `androidx.annotation` version to 1.5.0.
4+
15
## 0.10.0+3
26

37
* Updates code for `no_leading_underscores_for_local_identifiers` lint.

packages/camera/camera_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
compileOnly 'androidx.annotation:annotation:1.1.0'
64+
implementation 'androidx.annotation:annotation:1.5.0'
6565
testImplementation 'junit:junit:4.13.2'
6666
testImplementation 'org.mockito:mockito-inline:4.7.0'
6767
testImplementation 'androidx.test:core:1.4.0'

0 commit comments

Comments
 (0)