This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ declare_args() {
25
25
# value to specify the API level the packages produced from this repository
26
26
# should be targeting, e.g. in their top-level //.gn file. A value of -1
27
27
# means that no API level will be passed to the tools that consumes it.
28
- fuchsia_target_api_level = 18
28
+ fuchsia_target_api_level = 19
29
29
30
30
# The SDK manifest file. This is useful to include as a dependency
31
31
# for some targets in order to cause a rebuild when the version of the
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def test_read_fuchsia_target_api_level(self):
11
11
# It's expected to update this test each time the fuchsia_target_api_level
12
12
# in //flutter/build/config/fuchsia/gn_configs.gni is changed, so we don't
13
13
# accidentally publish the artifacts with an incorrect api level suffix.
14
- self .assertEqual (build_fuchsia_artifacts .ReadTargetAPILevel (), '18 ' )
14
+ self .assertEqual (build_fuchsia_artifacts .ReadTargetAPILevel (), '19 ' )
15
15
16
16
17
17
if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments