This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/BuildAll/BuildAll Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
2525 <AndroidEnableSGenConcurrent >true</AndroidEnableSGenConcurrent >
2626 <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
27+ <EnableProguard >true</EnableProguard >
28+ <AndroidEnableMultiDex >true</AndroidEnableMultiDex >
2729 </PropertyGroup >
2830 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2931 <DebugSymbols >True</DebugSymbols >
3739 <AndroidLinkMode >None</AndroidLinkMode >
3840 <EmbedAssembliesIntoApk >False</EmbedAssembliesIntoApk >
3941 <MandroidI18n />
40- <AndroidEnableMultiDex >true</AndroidEnableMultiDex >
4142 </PropertyGroup >
4243 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
4344 <DebugSymbols >True</DebugSymbols >
5152 <AndroidUseSharedRuntime >False</AndroidUseSharedRuntime >
5253 <AndroidLinkMode >SdkOnly</AndroidLinkMode >
5354 <EmbedAssembliesIntoApk >True</EmbedAssembliesIntoApk >
54- <AndroidEnableMultiDex >true</AndroidEnableMultiDex >
5555 </PropertyGroup >
5656 <ItemGroup >
5757 <Reference Include =" System" />
You can’t perform that action at this time.
0 commit comments