We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6277a7d commit e9138d8Copy full SHA for e9138d8
src/Bible.Alarm/Bible.Alarm.csproj
@@ -48,9 +48,6 @@
48
<ProjectReference Include="..\Bible.Alarm.Shared\Bible.Alarm.Shared.csproj" />
49
</ItemGroup>
50
51
- <ItemGroup Condition="$(TargetFramework.StartsWith('net9.0-android'))">
52
- <PackageReference Include="Plugin.CurrentActivity" Version="2.1.0.4" />
53
- </ItemGroup>
54
55
56
<!-- ProGuard rules to handle Java conflicts -->
src/Bible.Alarm/MauiProgram.cs
@@ -53,6 +53,7 @@
using Bible.Alarm.Platforms.Android.Services.Battery;
using Bible.Alarm.Platforms.Android.Services.Platform;
using Bible.Alarm.Platforms.Android.Services.Storage;
+using Microsoft.Maui.ApplicationModel;
57
#endif
58
#if WINDOWS
59
using Bible.Alarm.Platforms.Windows.Services.UI;
0 commit comments