Skip to content

Commit 8b8e179

Browse files
committed
DO update the NDK :D
1 parent 549be07 commit 8b8e179

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 = "24-rc1";
9-
public const string AndroidNdkPkgRevision = "24.0.8079956-rc1";
8+
public const string AndroidNdkVersion = "25-beta1";
9+
public const string AndroidNdkPkgRevision = "25.0.8151533-beta1";
1010

1111
public static readonly List<AndroidPlatform> AllPlatforms = new List<AndroidPlatform> {
1212
new AndroidPlatform (apiName: "", apiLevel: 1, platformID: "1"),

0 commit comments

Comments
 (0)