Skip to content

Commit 3e06931

Browse files
Theresacopybara-github
authored andcommitted
Set default_target_sdk_version = "36"
Bug: 428056054 Change-Id: Ic26483fe10983b5c58c58fceb9909c75b1a38dd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6680033 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Auto-Submit: Theresa Sullivan <[email protected]> Cr-Commit-Position: refs/heads/main@{#1479870} NOKEYCHECK=True GitOrigin-RevId: 9981aa6b348ab19a098a32f4dbd4016ef1e01097
1 parent 56959c6 commit 3e06931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/android/config.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ if (is_android) {
316316
# value of the arguments set above.
317317
declare_args() {
318318
# Default value for targetSdkVersion for APK and bundle targets.
319-
default_target_sdk_version = "35"
319+
default_target_sdk_version = "36"
320320

321321
# Whether java assertions and Preconditions checks are enabled.
322322
enable_java_asserts = dcheck_always_on || !is_official_build

0 commit comments

Comments
 (0)