File tree 2 files changed +4
-5
lines changed
Plugin.FirebasePushNotification
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
using System . Collections . ObjectModel ;
15
15
using Android . Content . PM ;
16
16
using Android . Content . Res ;
17
+ using AndroidX . Core . App ;
17
18
using Java . Util ;
18
19
using static Android . App . ActivityManager ;
19
20
Original file line number Diff line number Diff line change 108
108
<AndroidResource Include =" Resources\**\*.json" Generator =" MSBuild:UpdateAndroidResources" />
109
109
<Compile Include =" **\*.android.cs" />
110
110
<Compile Include =" **\*.android.*.cs" />
111
- <PackageReference Include =" Xamarin.Android.Support.v4" Version =" 28.0.0.3" />
112
111
<PackageReference Include =" Xamarin.Firebase.Common" Version =" 71.1610.0" />
113
112
<PackageReference Include =" Xamarin.Firebase.Messaging" Version =" 71.1740.0" />
114
- <PackageReference Include =" Xamarin.GooglePlayServices.Base" Version =" 71.1610.0" />
115
- <PackageReference Include =" Xamarin.GooglePlayServices.Basement" Version =" 71.1620.0" />
116
- <PackageReference Include =" Xamarin.GooglePlayServices.Tasks" Version =" 71.1601.0" />
117
-
113
+ <PackageReference Include =" Xamarin.GooglePlayServices.Base" Version =" 117.4.0" />
114
+ <PackageReference Include =" Xamarin.GooglePlayServices.Basement" Version =" 117.4.0" />
115
+ <PackageReference Include =" Xamarin.GooglePlayServices.Tasks" Version =" 117.2.0" />
118
116
</ItemGroup >
119
117
120
118
<ItemGroup Condition =" $(TargetFramework.StartsWith('tizen')) " >
You can’t perform that action at this time.
0 commit comments