Merged
Conversation
jonathanpeppers
approved these changes
Jul 1, 2024
Member
|
Oh wait, I thought it was green, but CI hadn't started yet. |
Context: https://developer.android.com/tools/releases/build-tools Context: https://dl.google.com/android/repository/repository2-3.xml Update `$(XABuildToolsVersion)` to 35, which is the latest version of the Android SDK Build Tools. The `build-tools_r35*.zip` packages changed their filename convention from `build-tools_{version}-{os}.zip` to `build-tools_{version}_{os}.zip`; note `_` instead of `-` between version and OS. Update build-tools/xaprepare and src/aapt2 accordingly. Does it build™?
d19a27a to
d0642e2
Compare
grendello
approved these changes
Jul 2, 2024
grendello
added a commit
that referenced
this pull request
Jul 5, 2024
* main: [tests] verify trimmer warnings where appropriate (#9076) Bump to jbevain/cecil@8c123e1 (#9078) [trimming] remove `$(NullabilityInfoContextSupport)` (#9069) [build] Bump `$(XABuildToolsVersion)`=35 (#9071) [ci] Move PR build to shared pool (#8854) Use AsyncTask from xamarin-android-tools (#9017) Bump to dotnet/sdk@02c06d398a 9.0.100-preview.7.24351.1 (#9067) [trimming] use public `$(MetricsSupport)` property (#9068) [ci] Update resourceManagement.yml (#9070) Bump to dotnet/android-api-docs@c14203771a (#8992) [trimming] remove `$(_AggressiveAttributeTrimming)` by default (#9062)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: https://developer.android.com/tools/releases/build-tools
Update
$(XABuildToolsVersion)to 35, which is the latest version of the Android SDK Build Tools.Does it build™?