Skip to content

Commit

Permalink
restrict google package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelrosario committed Aug 2, 2018
1 parent 8c9b791 commit 3134023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget/Plugin.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata minClientVersion="2.8.1">
<id>Plugin.FirebasePushNotification</id>
<version>2.3.5-beta</version>
<version>2.3.5</version>
<title>Firebase Push Notification Plugin for Xamarin</title>
<authors>Rendy Del Rosario</authors>
<owners>crossgeeks rdelrosario</owners>
Expand All @@ -20,7 +20,7 @@
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="MonoAndroid80">
<dependency id="Xamarin.Firebase.Messaging" version="60.1142.1" />
<dependency id="Xamarin.Firebase.Messaging" version="[60.1142.1]" />
<dependency id="Xamarin.Android.Support.v4" version="26.0.2" />
</group>
<group targetFramework="Xamarin.iOS10">
Expand Down

0 comments on commit 3134023

Please sign in to comment.