Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Oct 9, 2019
1 parent 2d337d5 commit 7b775a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lottie.Forms/Lottie.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@
<Compile Include="Platforms\Apple\**\*.cs" />
<Compile Include="Platforms\Ios\**\*.cs" />
<Compile Include="Platforms\Xamarin\**\*.cs" />
<PackageReference Include="Com.Airbnb.iOS.Lottie" Version="2.5.9" />
<PackageReference Include="Com.Airbnb.iOS.Lottie" Version="2.5.10" />
<!--<ProjectReference Include="..\Lottie.iOS\Lottie.iOS.csproj" />-->
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('xamarin.mac')) ">
<Compile Include="Platforms\Apple\**\*.cs" />
<Compile Include="Platforms\Mac\**\*.cs" />
<Compile Include="Platforms\Xamarin\**\*.cs" />
<PackageReference Include="Com.Airbnb.iOS.Lottie" Version="2.5.9" />
<PackageReference Include="Com.Airbnb.iOS.Lottie" Version="2.5.10" />
<!--<ProjectReference Include="..\Lottie.iOS\Lottie.iOS.csproj" />-->
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('xamarin.tvos')) ">
<Compile Include="Platforms\Apple\**\*.cs" />
<Compile Include="Platforms\Tvos\**\*.cs" />
<Compile Include="Platforms\Xamarin\**\*.cs" />
<PackageReference Include="Com.Airbnb.iOS.Lottie" Version="2.5.9" />
<PackageReference Include="Com.Airbnb.iOS.Lottie" Version="2.5.10" />
<!--<ProjectReference Include="..\Lottie.iOS\Lottie.iOS.csproj" />-->
</ItemGroup>

Expand All @@ -79,7 +79,7 @@
<Compile Include="Platforms\Android\**\*.cs" />
<Compile Include="Platforms\Xamarin\**\*.cs" />
<PackageReference Include="Xamarin.Build.Download" Version="0.4.11" PrivateAssets="All" />
<PackageReference Include="Com.Airbnb.Android.Lottie" Version="3.0.4" />
<PackageReference Include="Com.Airbnb.Android.Lottie" Version="3.0.5" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 7b775a2

Please sign in to comment.