We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f07b8 commit c3ed6c8Copy full SHA for c3ed6c8
1 file changed
src/Plugin.FirebasePushNotification/Plugin.FirebasePushNotification.csproj
@@ -70,6 +70,7 @@
70
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
71
<Compile Include="**\*.android.cs" />
72
<Compile Include="**\*.android.*.cs" />
73
+ <PackageReference Include="Xamarin.Firebase.Common" Version="71.1610.0" />
74
<PackageReference Include="Xamarin.Firebase.Messaging" Version="71.1740.0" />
75
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.1" />
76
</ItemGroup>
0 commit comments