mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
See https://learn.microsoft.com/en-us/xamarin/android/errors-and-warnings/xa4218 and https://github.com/xamarin/xamarin-android/issues/6809#issuecomment-1138617639.
13 lines
616 B
XML
13 lines
616 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion>
|
|
<RuntimeIdentifiers>android-x86;android-arm;android-arm64</RuntimeIdentifiers>
|
|
<AndroidPackageFormat>apk</AndroidPackageFormat>
|
|
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidMessageHandler</AndroidHttpClientHandlerType>
|
|
<!-- NullabilityInfoContextSupport is disabled by default for Android -->
|
|
<NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>
|
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
|
<NoWarn>$(NoWarn);XA4218</NoWarn>
|
|
</PropertyGroup>
|
|
</Project>
|