Skip to content

Commit

Permalink
- #94 Dependencies: 2 downgrades and 4 upgrades (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phenek authored Jan 13, 2022
1 parent c1ade7b commit c5d43c4
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) OR $(TargetFramework.StartsWith('Xamarin.TVOS')) OR $(TargetFramework.StartsWith('Xamarin.Mac')) ">
<!-- Add Xamarin iOS bindings -->
<PackageReference Include="Xamarin.Azure.NotificationHubs.iOS" Version="3.1.2" />
<PackageReference Include="Xamarin.Azure.NotificationHubs.iOS" Version="3.1.1" />

<!-- iOS files have ios.cs -->
<Compile Include="**\*.ios.cs" />
</ItemGroup>

<!-- Add Xamarin Android bindings -->
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.3.1.4" />
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.3.1.3" />
<PackageReference Include="Xamarin.AndroidX.Migration" Version="1.0.8" />
<PackageReference Include="Xamarin.Google.Android.DataTransport.TransportRuntime" Version="3.0.1" />
<PackageReference Include="Xamarin.Firebase.Messaging" Version="122.0.0.2" />
<PackageReference Include="Xamarin.Google.Android.DataTransport.TransportBackendCct" Version="3.0.0" />
<PackageReference Include="Xamarin.GooglePlayServices.Iid" Version="117.0.0.2" />
<PackageReference Include="Xamarin.GooglePlayServices.Base" Version="117.6.0.2" />
<PackageReference Include="Xamarin.Google.Android.DataTransport.TransportRuntime" Version="3.0.1.1" />
<PackageReference Include="Xamarin.Firebase.Messaging" Version="122.0.0.3" />
<PackageReference Include="Xamarin.Google.Android.DataTransport.TransportBackendCct" Version="3.0.0.1" />
<PackageReference Include="Xamarin.GooglePlayServices.Iid" Version="117.0.0.3" />
<PackageReference Include="Xamarin.GooglePlayServices.Base" Version="117.6.0.3" />
<PackageReference Include="Xamarin.Android.Volley" Version="1.1.1.1" />
<PackageReference Include="Xamarin.Azure.NotificationHubs.Android" Version="1.1.4.1" />

Expand Down

0 comments on commit c5d43c4

Please sign in to comment.