Skip to content

Commit

Permalink
Update to 2.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 10, 2020
1 parent dd07e44 commit a1a1e8c
Show file tree
Hide file tree
Showing 40 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<RepositoryUrl>https://github.com/Baseflow/ExoPlayerXamarin</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Version>2.11.6</Version>
<Version>2.11.7</Version>
<Platform>AnyCPU</Platform>
<!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->

<!--<Nullable>enable</Nullable>-->
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114;NU1603</NoWarn>

Expand Down
Binary file removed ExoPlayer.Core/Jars/exoplayer-core-2.11.6.aar
Binary file not shown.
Binary file added ExoPlayer.Core/Jars/exoplayer-core-2.11.7.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="118.1.0-preview01" />
<PackageReference Include="Xamarin.GooglePlayServices.Cast.Framework" Version="118.1.0-preview02" />
</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.Ima/Jars/extension-ima-2.11.6.aar
Binary file not shown.
Binary file added ExoPlayer.Ext.Ima/Jars/extension-ima-2.11.7.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.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion Samples/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Owners>martijn00</Owners>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<NeutralLanguage>en</NeutralLanguage>
<Version>2.7.2</Version>
<Version>2.11.7</Version>

<LangVersion>8.0</LangVersion>
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;NU1603</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "2.0.54"
"MSBuild.Sdk.Extras": "2.1.2"
}
}

0 comments on commit a1a1e8c

Please sign in to comment.