Skip to content

Commit 37037f8

Browse files
committed
Bump to NDK r29-beta1
Changes: https://github.com/android/ndk/wiki/Changelog-r29 Most important changes: * Bump LLVM version to 20.0
1 parent 4eafe66 commit 37037f8

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 = "28";
9-
public const string AndroidNdkPkgRevision = "28.0.13004108";
8+
public const string AndroidNdkVersion = "29-beta1";
9+
public const string AndroidNdkPkgRevision = "29.0.13113456";
1010
public const int NdkMinimumAPI = 21;
1111
public const int NdkMinimumAPILegacy32 = 21;
1212

0 commit comments

Comments
 (0)