Skip to content

Commit

Permalink
Bump to beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Jan 17, 2025
1 parent efd34b4 commit e0f6eda
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 = "28-beta2";
public const string AndroidNdkPkgRevision = "28.0.12674087-rc1";
public const string AndroidNdkVersion = "28-beta3";
public const string AndroidNdkPkgRevision = "28.0.12916984-rc2";
public const int NdkMinimumAPI = 21;
public const int NdkMinimumAPILegacy32 = 21;

Expand Down

0 comments on commit e0f6eda

Please sign in to comment.