From 9acfc2587aa6a8dcd34a2535f3fc4bcf928bac1b Mon Sep 17 00:00:00 2001
From: Dean Herbert <pe@ppy.sh>
Date: Thu, 21 Nov 2019 15:59:59 +0900
Subject: [PATCH] Switch android to using managed network components

---
 osu.Android.props | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/osu.Android.props b/osu.Android.props
index 4a1165d57f..0f0e82d56a 100644
--- a/osu.Android.props
+++ b/osu.Android.props
@@ -16,6 +16,8 @@
     <AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
     <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
     <MandroidI18n>cjk,mideast,other,rare,west</MandroidI18n>
+    <AndroidHttpClientHandlerType>System.Net.Http.HttpClientHandler</AndroidHttpClientHandlerType>
+    <AndroidTlsProvider>legacy</AndroidTlsProvider>
     <AndroidLinkMode>SdkOnly</AndroidLinkMode>
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>