We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eafe66 commit 37037f8Copy full SHA for 37037f8
build-tools/xaprepare/xaprepare/ConfigAndData/BuildAndroidPlatforms.cs
@@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
5
{
6
class BuildAndroidPlatforms
7
8
- public const string AndroidNdkVersion = "28";
9
- public const string AndroidNdkPkgRevision = "28.0.13004108";
+ public const string AndroidNdkVersion = "29-beta1";
+ public const string AndroidNdkPkgRevision = "29.0.13113456";
10
public const int NdkMinimumAPI = 21;
11
public const int NdkMinimumAPILegacy32 = 21;
12
0 commit comments