Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Re-land] Upgrade Android SDK to 34 "UpsideDownCake" #47839

Merged
merged 36 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ddfd6be
Test pointing at my fork before landing that change
gmackall Nov 2, 2023
e702da6
Update test_runner build.gradle to use minsdk 19 and compilesdk 34
gmackall Nov 2, 2023
af88787
Update build.gradle
gmackall Nov 2, 2023
a7b56ab
Update build.gradle
gmackall Nov 2, 2023
c0f4955
Update main.dart
gmackall Nov 2, 2023
5a8a8fe
Update project.xml
gmackall Nov 2, 2023
d5ea6e8
Update packages.txt
gmackall Nov 2, 2023
3df6f17
Update build.gradle
gmackall Nov 2, 2023
17da919
Update gen_javadoc.py
gmackall Nov 2, 2023
ca10998
Merge branch 'main' into upgrade_to_android14
gmackall Nov 2, 2023
2821a43
Merge branch 'main' into upgrade_to_android14
gmackall Nov 2, 2023
d6aebb6
Merge branch 'main' into upgrade_to_android14
gmackall Nov 2, 2023
f3f3eee
Merge branch 'main' into upgrade_to_android14
gmackall Nov 2, 2023
8d3a65f
Update DEPS
gmackall Nov 2, 2023
1f6123f
Update DEPS
gmackall Nov 2, 2023
6a8b646
Update DEPS
gmackall Nov 2, 2023
af3ce86
Try undoing to isolate where failure is coming from
gmackall Nov 3, 2023
4c37722
revert back
gmackall Nov 6, 2023
971a6cf
Point towards newest commit in the buildroot repo
gmackall Nov 6, 2023
9eb714e
34v2->34v3
gmackall Nov 7, 2023
231f261
stop testing jelly_bean
Nov 7, 2023
7a2dbba
Merge remote-tracking branch 'refs/remotes/origin/upgrade_to_android1…
Nov 7, 2023
0473938
undo change to cipd package creation script
Nov 7, 2023
286489c
some missed jelly_bean tests
Nov 7, 2023
7cc375b
try out java 17 on a whim
Nov 7, 2023
910eef6
do as the linter commands
Nov 8, 2023
2a87a97
yield to the bots round 2 (do as the formatter commands)
Nov 8, 2023
994cf9d
format
Nov 8, 2023
0ba27dd
catch error and initialize to null
Nov 8, 2023
38556e2
format
Nov 8, 2023
18bc650
undo change to close file descriptor and remake baseline
Nov 8, 2023
a6765b4
format
Nov 8, 2023
c0043e8
Update DEPS
gmackall Nov 8, 2023
6d94119
Merge branch 'flutter:main' into upgrade_to_android14
gmackall Nov 9, 2023
aa3c7cc
Change targetSdkVersion to 34 in AndroidManifest.xml
gmackall Nov 9, 2023
0051baf
Merge branch 'main' into upgrade_to_android14
gmackall Nov 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update DEPS
  • Loading branch information
gmackall committed Nov 2, 2023
commit 1f6123f750f8a1ad78c13dc998bcdfb8d9a19a7f
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ vars = {
'download_dart_sdk': True,

# Checkout Android dependencies only on platforms where we build for Android targets.
'download_android_deps': True,
'download_android_deps': 'host_os == "mac" or (host_os == "linux" and host_cpu == "x64")',

# Checkout Windows dependencies only if we are building on Windows.
'download_windows_deps' : 'host_os == "win"',
Expand Down