Skip to content

Commit 8d38281

Browse files
authored
Update the maximum NDK version to 26 (#219)
This tracks the current NDK LTS release.
1 parent 8a971d9 commit 8d38281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Tools.AndroidSdk/Sdks/AndroidSdkBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class AndroidSdkBase
1111
{
1212
// When this changes, update the test: Xamarin.Android.Tools.Tests.AndroidSdkInfoTests.Ndk_MultipleNdkVersionsInSdk
1313
const int MinimumCompatibleNDKMajorVersion = 16;
14-
const int MaximumCompatibleNDKMajorVersion = 25;
14+
const int MaximumCompatibleNDKMajorVersion = 26;
1515

1616
static readonly char[] SourcePropertiesKeyValueSplit = new char[] { '=' };
1717

0 commit comments

Comments
 (0)