diff --git a/Directory.Build.props b/Directory.Build.props index c5dfedb146f..38b708becf8 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.0.1 + 36.1.1 $(AndroidPackVersion.LastIndexOf(".")) $(AndroidPackVersion.Substring(0,$(AndroidPackVersionPatchIndex))) $(AndroidPackVersion.Substring($([MSBuild]::Add($(AndroidPackVersionPatchIndex), 1))))