Skip to content

Commit e9138d8

Browse files
committed
Remove Plugin.CurrentActivity package
1 parent 6277a7d commit e9138d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Bible.Alarm/Bible.Alarm.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
<ProjectReference Include="..\Bible.Alarm.Shared\Bible.Alarm.Shared.csproj" />
4949
</ItemGroup>
5050

51-
<ItemGroup Condition="$(TargetFramework.StartsWith('net9.0-android'))">
52-
<PackageReference Include="Plugin.CurrentActivity" Version="2.1.0.4" />
53-
</ItemGroup>
5451

5552

5653
<!-- ProGuard rules to handle Java conflicts -->

src/Bible.Alarm/MauiProgram.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
using Bible.Alarm.Platforms.Android.Services.Battery;
5454
using Bible.Alarm.Platforms.Android.Services.Platform;
5555
using Bible.Alarm.Platforms.Android.Services.Storage;
56+
using Microsoft.Maui.ApplicationModel;
5657
#endif
5758
#if WINDOWS
5859
using Bible.Alarm.Platforms.Windows.Services.UI;

0 commit comments

Comments
 (0)