Skip to content

Commit b46fcf6

Browse files
committed
Revert "Bump to NDK r29-beta1"
This reverts commit 6da7fc3.
1 parent 6cceb8e commit b46fcf6

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

0 commit comments

Comments
 (0)