Skip to content

Commit

Permalink
Update ReactiveUI.AndroidSupport.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
arda-a committed Jun 17, 2019
1 parent bd5190d commit 4c76124
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ReactiveUI.AndroidSupport/ReactiveUI.AndroidSupport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Android.Support.Animated.Vector.Drawable" Version="27.0.*" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="27.0.*" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="27.0.*" />
<PackageReference Include="Xamarin.Android.Support.v7.RecyclerView" Version="27.0.*" />
<PackageReference Include="Xamarin.Android.Support.Vector.Drawable" Version="27.0.*" />
<PackageReference Include="Xamarin.Android.Support.Animated.Vector.Drawable" Version="28.*" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.*" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.*" />
<PackageReference Include="Xamarin.Android.Support.v7.RecyclerView" Version="28.*" />
<PackageReference Include="Xamarin.Android.Support.Vector.Drawable" Version="28.*" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
Expand Down

0 comments on commit 4c76124

Please sign in to comment.