mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
workaround for xamarin.android issue with Android 11 emulator debugging (#1102)
This commit is contained in:
parent
c6ac9376fc
commit
096a9561ed
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
<AndroidLinkMode>None</AndroidLinkMode>
|
||||
<AndroidSupportedAbis />
|
||||
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
|
||||
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
||||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
|
|
Loading…
Reference in a new issue