-
Notifications
You must be signed in to change notification settings - Fork 530
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
Refresh a few Android SDK components #3213
Conversation
This might be because of either this or this implicit conversion operator, however it looks more like an issue with the generator? |
2b520da
to
ce88307
Compare
fcb77ee
to
0dabf51
Compare
Most updates are small increases in version numbers, with the exception of `android_m2repository` which leaps forward 31 releases. This commit brings us to the current versions as distributed upstream.
0dabf51
to
3ac813f
Compare
@grendello Do we need a corresponding bump in Mono https://github.com/mono/mono/blob/377030eaab594540d7e043f8657a30bbe92e6c33/sdks/versions.mk#L12-L24 ? |
`rules.mk` isn't created on Windows, and thus won't exist to be placed into the build status file. This results in build breakage: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=2766962&view=logs&jobId=cac0e8d3-0ef5-5d2b-b57e-e8fde7204df3 ``` result-packaging.targets(54,5): Error MSB3030: Could not copy the file "E:\A\_work\2277\s\bin\BuildRelease\rules.mk" because it was not found. ``` Wildcard `rules.mk` into `*.mk` so that if it doesn't exist, we won't try to package it.
@lambdageek: It wouldn't hurt? Unrelated: PR #3219 excludes the Should this be addressed somehow? Or should someone dig into what happened in this commit range to cause the |
Commit message for merge:
|
Most updates are small increases in version numbers, with the exception of
android_m2repository
which leaps forward 31 releases. This commit brings us tothe current versions as distributed upstream.