Skip to content

Commit

Permalink
Remove dependency on v4
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Oct 31, 2016
1 parent 5637d8e commit 09e3b8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions ExoPlayer/ExoPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.Support.v4">
<HintPath>..\packages\Xamarin.Android.Support.v4.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Additions\MissingOverrideAdditions\SimpleSubtitleDecoder.cs" />
Expand All @@ -59,7 +56,6 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
<None Include="JavaDoc\com\google\android\exoplayer2\BaseRenderer.html" />
<None Include="JavaDoc\com\google\android\exoplayer2\C.BufferFlags.html" />
<None Include="JavaDoc\com\google\android\exoplayer2\C.ContentType.html" />
Expand Down
4 changes: 0 additions & 4 deletions ExoPlayer/packages.config

This file was deleted.

5 changes: 1 addition & 4 deletions nuspec/Xam.Plugins.Android.ExoPlayer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Xam.Plugins.Android.ExoPlayer</id>
<version>2.0.4</version>
<version>2.0.4.1</version>
<title>ExoPlayer Control for Xamarin.Android</title>
<authors>Martijn van Dijk</authors>
<owners>Martijn van Dijk</owners>
Expand All @@ -14,9 +14,6 @@
<summary>Xamarin bindings library for the Google ExoPlayer library</summary>
<tags>xamarin, exoplayer, exo, monodroid, C#, xamarin.android, android, audio, media, player, streaming, mp3</tags>
<dependencies>
<group targetFramework="MonoAndroid0.0">
<dependency id="Xamarin.Android.Support.v4" version="23.4.0.1" />
</group>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 09e3b8e

Please sign in to comment.