From 9a87c686fbbb336a4bde9fe5a585cf0a1b2c104b Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 9 Jun 2026 09:48:37 -0500 Subject: [PATCH] Bump `$(AndroidPackVersion)` to 37.0.0 API-37 bindings are now stable, so move the main product version from the 36.99.x preview placeholder to 37.0.x per the rules in `Directory.Build.props`: * Major/Minor match Android stable API level, such as 30.0 for API 30. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 61ca5916ae2..31703c62e44 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,7 +36,7 @@ * Major/Minor match Android stable API level, such as 30.0 for API 30. * Bump first digit of the patch version for feature releases (and reset the first two digits to 0) --> - 36.99.0 + 37.0.0 preview.6 false