Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 8f3e82e

Browse files
committed
Enable proguard for BuildAll
1 parent 47d620d commit 8f3e82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/BuildAll/BuildAll/BuildAll.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
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>
@@ -37,7 +39,6 @@
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>
@@ -51,7 +52,6 @@
5152
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
5253
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
5354
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
54-
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="System" />

0 commit comments

Comments
 (0)