From 3e594e8b70319995c03ea593a1dc071f1216ebaf Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Mon, 1 Jun 2020 21:19:19 -0400 Subject: [PATCH] Bump to Android SDK Build-tools 29.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Context: https://github.com/xamarin/xamarin-android-tools/pull/85 Context: https://github.com/xamarin/xamarin-android/pull/4567 Partially reverts commit 5ad666d5a591a0a18ab6645664a3a0a0e17ca7d6. Commit 5ad666d5 bumped the Android SDK Build-tools version that `xaprepare` installs to be 30.0.0-rc4, which is problematic becuase it contains an `apksigner.jar` which requires JDK11, support for which has not yet been merged (see PR #4567). In retrospect, bumping the `$(XABuildToolsVersion)` value was a Bad Idea™. It was the `DexUtils.cs` change that we wanted. Revert the `$(XABuildToolsVersion)` bump, and thus once again provision Android SDK Build-tools 29.0.2. --- Configuration.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.props b/Configuration.props index 9e61e4f1c2f..d0b98ea6244 100644 --- a/Configuration.props +++ b/Configuration.props @@ -97,8 +97,8 @@ armeabi-v7a;x86 arm64-v8a;x86_64 $(AllSupported32BitTargetAndroidAbis);$(AllSupported64BitTargetAndroidAbis) - 30-rc4 - 30.0.0-rc4 + 29.0.2 + 29.0.2 29.0.5 False 0.14.0