Skip to content

Commit

Permalink
Bump NDK to r27c (#9466)
Browse files Browse the repository at this point in the history
Changes: https://github.com/android/ndk/wiki/Changelog-r27#r27c

There are no changes which affect us directly.
  • Loading branch information
grendello authored Nov 8, 2024
1 parent 6ac69be commit 0dee779
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
{
class BuildAndroidPlatforms
{
public const string AndroidNdkVersion = "27b";
public const string AndroidNdkPkgRevision = "27.1.12297006";
public const string AndroidNdkVersion = "27c";
public const string AndroidNdkPkgRevision = "27.2.12479018";
public const int NdkMinimumAPI = 21;
public const int NdkMinimumAPILegacy32 = 21;

Expand Down

0 comments on commit 0dee779

Please sign in to comment.