-
Notifications
You must be signed in to change notification settings - Fork 528
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
Bump to NDK r25 #6764
Merged
Merged
Bump to NDK r25 #6764
Conversation
This file contains 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
jonpryor
added a commit
to jonpryor/xamarin-android
that referenced
this pull request
Feb 16, 2022
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml Context: dotnet#6469 Context: dotnet#6764 Bump `$(XAPlatformToolsVersion)`=32.0.0, which is the current non-RC `platform-tools` Android SDK package version. We are already on the latest `build-tools` package version, and on the latest NDK r23.* version. (There are NDK r24 and r25 versions, but we don't support them yet; see also PR dotnet#6469, dotnet#6764.)
jonpryor
added a commit
that referenced
this pull request
Feb 17, 2022
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml Context: #6469 Context: #6764 Bump `$(XAPlatformToolsVersion)`=32.0.0, which is the current non-RC `platform-tools` Android SDK package version. We are already on the latest `build-tools` package version, and on the latest NDK r23.* version. (There are NDK r24 and r25 versions, but we don't support them yet; see also PR #6469, #6764.)
grendello
force-pushed
the
ndk-r25
branch
4 times, most recently
from
February 24, 2022 18:44
56fc378
to
0193a98
Compare
grendello
force-pushed
the
ndk-r25
branch
3 times, most recently
from
March 7, 2022 08:25
b868f8a
to
8b8e179
Compare
grendello
force-pushed
the
ndk-r25
branch
4 times, most recently
from
March 17, 2022 07:45
cd34214
to
dd6ee3a
Compare
grendello
force-pushed
the
ndk-r25
branch
2 times, most recently
from
March 18, 2022 16:07
72132af
to
96cae1c
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
dellis1972
approved these changes
Jul 18, 2022
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Aug 1, 2022
* main: LEGO: Merge pull request 7221 LEGO: Merge pull request 7219 [Xamarin.Android.Build.Tasks] use `ToJniName(type, cache)` (dotnet#7211) [docs] Synchronize with MicrosoftDocs/xamarin-docs (dotnet#7208) [Mono.Android] Remove System.Linq usage (dotnet#7210) Bump to Android NDK r25 (dotnet#6764) Bump to mono/opentk@daa9b2d5 (dotnet#7192) [Mono.Android] Optional NTLMv2 support in AndroidMessageHandler (dotnet#6999) Bump to dotnet/installer@53587f9 7.0.100-rc.1.22374.1 (dotnet#7198)
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Aug 1, 2022
* mm-codegen: LEGO: Merge pull request 7221 LEGO: Merge pull request 7219 [Xamarin.Android.Build.Tasks] use `ToJniName(type, cache)` (dotnet#7211) [docs] Synchronize with MicrosoftDocs/xamarin-docs (dotnet#7208) [Mono.Android] Remove System.Linq usage (dotnet#7210) Bump to Android NDK r25 (dotnet#6764) Bump to mono/opentk@daa9b2d5 (dotnet#7192) [Mono.Android] Optional NTLMv2 support in AndroidMessageHandler (dotnet#6999) Bump to dotnet/installer@53587f9 7.0.100-rc.1.22374.1 (dotnet#7198)
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.
Changes: https://github.com/android/ndk/wiki/Changelog-r25#changes
Bump to the current NDK LTS r25. There are no changes that are interesting
from the Xamarin.Android point of view.