Skip to content

Commit

Permalink
Update sample settings
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Oct 8, 2019
1 parent df44342 commit 8615f0b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
1 change: 0 additions & 1 deletion Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<AndroidResgenClass>Resource</AndroidResgenClass>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidSdkBuildToolsVersion Condition="'$(AndroidSdkBuildToolsVersion)' == ''">28.0.3</AndroidSdkBuildToolsVersion>
<AndroidDexTool>d8</AndroidDexTool>
<AndroidLinkTool>r8</AndroidLinkTool>
</PropertyGroup>
Expand Down
9 changes: 8 additions & 1 deletion Samples/Cast/ExoPlayer.CastDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@
</MandroidI18n>
<Debugger>Xamarin</Debugger>
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
<AndroidEnableMultiDex>false</AndroidEnableMultiDex>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -61,6 +64,10 @@
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
</PropertyGroup>
<PropertyGroup>
<AndroidErrorOnCustomJavaObject>false</AndroidErrorOnCustomJavaObject>
Expand Down
12 changes: 11 additions & 1 deletion Samples/Main/ExoPlayer.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
<AndroidEnableMultiDex>false</AndroidEnableMultiDex>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -59,6 +62,13 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
<AndroidUseAapt2>true</AndroidUseAapt2>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
</PropertyGroup>
<PropertyGroup>
<AndroidErrorOnCustomJavaObject>false</AndroidErrorOnCustomJavaObject>
Expand Down

0 comments on commit 8615f0b

Please sign in to comment.