Skip to content

Commit

Permalink
Merge pull request #232 from OneSignal/dependencies/update_android_su…
Browse files Browse the repository at this point in the history
…pport

Update Android Support Dependencies to 28 and Add Xamarin.AndroidX.Migration
  • Loading branch information
jkasten2 authored Apr 6, 2021
2 parents 2e2e9f3 + f3b85ec commit a34ea20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Com.OneSignal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
<tags>xamarin, monodroid, C#, OneSignal, push</tags>
<dependencies>
<group targetFramework="MonoAndroid">
<dependency id="Xamarin.Android.Support.v4" version="26.0.2" />
<dependency id="Xamarin.Android.Support.v7.CardView" version="26.0.2" />
<dependency id="Xamarin.Android.Support.CustomTabs" version="26.0.2" />
<dependency id="Xamarin.Android.Support.v4" version="28.0.0.3" />
<dependency id="Xamarin.Android.Support.v7.CardView" version="28.0.0.3" />
<dependency id="Xamarin.Android.Support.CustomTabs" version="28.0.0.3" />
<!-- This does the same thing as Google's Jetifier -->
<dependency id="Xamarin.AndroidX.Migration" version="1.0.8" />
<dependency id="Xamarin.GooglePlayServices.Ads.Identifier" version="71.1600.0" />
<dependency id="Xamarin.Firebase.Messaging" version="71.1740.0" />
</group>
Expand Down

0 comments on commit a34ea20

Please sign in to comment.