Skip to content

Commit 0dee779

Browse files
authored
Bump NDK to r27c (#9466)
Changes: https://github.com/android/ndk/wiki/Changelog-r27#r27c There are no changes which affect us directly.
1 parent 6ac69be commit 0dee779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/xaprepare/xaprepare/ConfigAndData/BuildAndroidPlatforms.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
55
{
66
class BuildAndroidPlatforms
77
{
8-
public const string AndroidNdkVersion = "27b";
9-
public const string AndroidNdkPkgRevision = "27.1.12297006";
8+
public const string AndroidNdkVersion = "27c";
9+
public const string AndroidNdkPkgRevision = "27.2.12479018";
1010
public const int NdkMinimumAPI = 21;
1111
public const int NdkMinimumAPILegacy32 = 21;
1212

0 commit comments

Comments
 (0)