Skip to content

Commit

Permalink
Fixed Android Support version to a valid default
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed May 11, 2019
1 parent 24c4ba1 commit 784854a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Com.OneSignal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<tags>xamarin, monodroid, C#, OneSignal, push</tags>
<dependencies>
<group targetFramework="MonoAndroid">
<dependency id="Xamarin.Android.Support.v4" version="26.0.0" />
<dependency id="Xamarin.Android.Support.CustomTabs" version="26.0.0" />
<dependency id="Xamarin.Android.Support.v4" version="26.0.2" />
<dependency id="Xamarin.Android.Support.CustomTabs" version="26.0.2" />
<dependency id="Xamarin.GooglePlayServices.Gcm" version="42.1021.1" />
</group>
<group targetFramework="netstandard1.0">
Expand Down

0 comments on commit 784854a

Please sign in to comment.