From c9504543583420756d37506e4af3577258a570de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Jul 2026 02:27:11 +0000 Subject: [PATCH 1/2] Initial plan From 9ec0d699aa5db7c12e894e59cca8054443dacee4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Jul 2026 02:55:35 +0000 Subject: [PATCH 2/2] Remove unused usings from Aapt2 Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com> --- src/Xamarin.Android.Build.Tasks/Tasks/Aapt2.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Xamarin.Android.Build.Tasks/Tasks/Aapt2.cs b/src/Xamarin.Android.Build.Tasks/Tasks/Aapt2.cs index c516e0835cd..8efd2a10497 100644 --- a/src/Xamarin.Android.Build.Tasks/Tasks/Aapt2.cs +++ b/src/Xamarin.Android.Build.Tasks/Tasks/Aapt2.cs @@ -2,20 +2,14 @@ #nullable enable using System; -using System.Diagnostics; using System.IO; -using System.Linq; using System.Threading; -using System.Xml; -using System.Xml.Linq; using System.Text; using Microsoft.Build.Utilities; using Microsoft.Build.Framework; -using System.Text.RegularExpressions; using System.Collections.Generic; using System.Collections.Concurrent; using Xamarin.Android.Tools; -using ThreadingTasks = System.Threading.Tasks; using Microsoft.Android.Build.Tasks; namespace Xamarin.Android.Tasks {