Skip to content

Commit

Permalink
DO update the NDK :D
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Feb 24, 2022
1 parent af2fa0f commit 0193a98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
{
class BuildAndroidPlatforms
{
public const string AndroidNdkVersion = "24-rc1";
public const string AndroidNdkPkgRevision = "24.0.8079956-rc1";
public const string AndroidNdkVersion = "25-beta1";
public const string AndroidNdkPkgRevision = "25.0.8151533-beta1";

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

0 comments on commit 0193a98

Please sign in to comment.