Skip to content

Commit

Permalink
Update to 2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jun 24, 2020
1 parent f6c1b87 commit dd07e44
Show file tree
Hide file tree
Showing 69 changed files with 76 additions and 35 deletions.
71 changes: 51 additions & 20 deletions Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
<Project>
<PropertyGroup>
<Copyright>Copyright (c) Martijn van Dijk</Copyright>
<Copyright>Copyright (c) Baseflow</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Baseflow/ExoPlayerXamarin</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Baseflow/ExoPlayerXamarin/develop/icon.png</PackageIconUrl>
<!--<PackageIcon>icon.png</PackageIcon>-->
<Authors>Martijn van Dijk</Authors>
<Authors>Martijn van Dijk, Baseflow</Authors>
<Owners>Baseflow</Owners>
<PackageTags>xamarin, exoplayer, exo, monodroid, C#, xamarin.android, android, audio, media, player, streaming, mp3</PackageTags>
<PackageReleaseNotes>https://github.com/Baseflow/ExoPlayerXamarin/releases</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

<NeutralLanguage>en-US</NeutralLanguage>
<MinClientVersion>2.12</MinClientVersion>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/Baseflow/ExoPlayerXamarin</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<NeutralLanguage>en</NeutralLanguage>
<Version>2.11.4</Version>
<Version>2.11.6</Version>
<Platform>AnyCPU</Platform>

<!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->

<!--<Nullable>enable</Nullable>-->
<LangVersion>8.0</LangVersion>
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114;NU1603</NoWarn>
Expand All @@ -31,39 +33,68 @@

<DisableExtraReferences>true</DisableExtraReferences>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<!--<SymbolPackageFormat>snupkg</SymbolPackageFormat>-->
<IncludeSymbols>true</IncludeSymbols>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<EmbedUntrackedSources>true</EmbedUntrackedSources>

<DesignTimeBuild>false</DesignTimeBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild Condition=" '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild Condition=" '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(IsTestProject)' != 'true' and'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<Deterministic>true</Deterministic>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(OS)' == 'Windows_NT' ">
<!--<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>-->

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(IsLibraryProject)' == 'true'">
<None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup Condition=" '$(SourceLinkEnabled)' != 'false' ">
<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(IsLibraryProject)' == 'true'">
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="AsyncFixer" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!--<PackageReference Include="IDisposableAnalyzers" Version="3.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>-->
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<!--<ItemGroup>
<PackageReference Include="Xamarin.Build.Download" Version="0.8.0" PrivateAssets="All" />
</ItemGroup>-->
Expand Down
7 changes: 5 additions & 2 deletions Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<PropertyGroup Condition="$(TargetFramework.StartsWith('netstandard'))">
<DefineConstants>$(DefineConstants);NETSTANDARD;PORTABLE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('netstandard2.0'))">
<DefineConstants>$(DefineConstants);NETSTANDARD20</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
<DefineConstants>$(DefineConstants);NET;WPF;XAML</DefineConstants>
</PropertyGroup>
Expand All @@ -10,8 +13,8 @@
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('uap'))">
<DefineConstants>$(DefineConstants);NETFX_CORE;XAML;WINDOWS;WINDOWS_UWP;UWP</DefineConstants>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('xamarin.ios'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;APPLE;IOS</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion ExoPlayer.Core/ExoPlayer.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Annotation" Version="1.1.0" />
<PackageReference Include="Xamarin.AndroidX.Annotation" Version="1.1.0.1" />
</ItemGroup>
</Project>
Binary file removed ExoPlayer.Core/Jars/exoplayer-core-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.Core/Jars/exoplayer-core-2.11.6.aar
Binary file not shown.
Binary file not shown.
Binary file removed ExoPlayer.Dash/Jars/exoplayer-dash-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.Dash/Jars/exoplayer-dash-2.11.6.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ExoPlayer.Ext.Cast/ExoPlayer.Ext.Cast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.GooglePlayServices.Cast.Framework" Version="71.1602.0" />
<PackageReference Include="Xamarin.GooglePlayServices.Cast.Framework" Version="118.1.0-preview01" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed ExoPlayer.Ext.Cast/Jars/extension-cast-2.11.3.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed ExoPlayer.Ext.Gvr/Jars/extension-gvr-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.Ext.Gvr/Jars/extension-gvr-2.11.6.aar
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions ExoPlayer.Ext.Ima/ExoPlayer.Ext.Ima.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xam.Plugins.Android.Interactivemedia.Ads" Version="3.11.3" />
<PackageReference Include="Xamarin.GooglePlayServices.Ads.Identifier" Version="71.1600.0" />
<PackageReference Include="Xam.Plugins.Android.Interactivemedia.Ads" Version="3.19.2" />
<PackageReference Include="Xamarin.GooglePlayServices.Ads.Identifier" Version="117.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed ExoPlayer.Ext.Ima/Jars/extension-ima-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.Ext.Ima/Jars/extension-ima-2.11.6.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ExoPlayer.Ext.Leanback/ExoPlayer.Ext.Leanback.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Leanback" Version="1.0.0" />
<PackageReference Include="Xamarin.AndroidX.Leanback" Version="1.0.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Media" Version="1.1.0" />
<PackageReference Include="Xamarin.AndroidX.Media" Version="1.1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ExoPlayer.Ext.OkHttp/ExoPlayer.Ext.OkHttp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Square.OkHttp3" Version="3.12.3" />
<PackageReference Include="Square.OkHttp3" Version="3.12.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed ExoPlayer.Ext.Rtmp/Jars/extension-rtmp-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.Ext.Rtmp/Jars/extension-rtmp-2.11.6.aar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ExoPlayer.Ext.Workmanager/ExoPlayer.Ext.Workmanager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Work.Runtime" Version="2.2.0" />
<PackageReference Include="Xamarin.AndroidX.Work.Runtime" Version="2.3.4.3" />
</ItemGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed ExoPlayer.Hls/Jars/exoplayer-hls-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.Hls/Jars/exoplayer-hls-2.11.6.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ExoPlayer.UI/ExoPlayer.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Media" Version="1.1.0" />
<PackageReference Include="Xamarin.AndroidX.Media" Version="1.1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed ExoPlayer.UI/Jars/exoplayer-ui-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer.UI/Jars/exoplayer-ui-2.11.6.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed ExoPlayer/Jars/exoplayer-2.11.3.aar
Binary file not shown.
Binary file added ExoPlayer/Jars/exoplayer-2.11.6.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Martijn van Dijk
Copyright (c) 2020 Baseflow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions Samples/Cast/ExoPlayer.CastDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
</PropertyGroup>
<PropertyGroup>
<AndroidErrorOnCustomJavaObject>false</AndroidErrorOnCustomJavaObject>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Copyright>Copyright (c) Martijn van Dijk</Copyright>
<Copyright>Copyright (c) Baseflow</Copyright>
<Authors>Martijn van Dijk</Authors>
<Owners>martijn00</Owners>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
Expand Down
7 changes: 5 additions & 2 deletions Samples/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<PropertyGroup Condition="$(TargetFramework.StartsWith('netstandard'))">
<DefineConstants>$(DefineConstants);NETSTANDARD;PORTABLE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('netstandard2.0'))">
<DefineConstants>$(DefineConstants);NETSTANDARD20</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
<DefineConstants>$(DefineConstants);NET;WPF;XAML</DefineConstants>
</PropertyGroup>
Expand All @@ -10,8 +13,8 @@
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('uap'))">
<DefineConstants>$(DefineConstants);NETFX_CORE;XAML;WINDOWS;WINDOWS_UWP;UWP</DefineConstants>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('xamarin.ios'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;APPLE;IOS</DefineConstants>
Expand Down

0 comments on commit dd07e44

Please sign in to comment.