Skip to content

Commit e6fdad4

Browse files
committed
update to 4.0.1
1 parent 940d36d commit e6fdad4

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Sample/Direct/LocalNotification.Sample.Android/LocalNotification.Sample.Android.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
<AotAssemblies>false</AotAssemblies>
5555
<EnableLLVM>false</EnableLLVM>
5656
<BundleAssemblies>false</BundleAssemblies>
57-
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
57+
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
58+
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
5859
</PropertyGroup>
5960
<ItemGroup>
6061
<Reference Include="Mono.Android" />

Sample/NuGet/Sample.Android/LocalNotification.Sample.Android.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<BundleAssemblies>false</BundleAssemblies>
5353
<MandroidI18n />
5454
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
55+
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
5556
</PropertyGroup>
5657
<ItemGroup>
5758
<Reference Include="Mono.Android" />
@@ -64,7 +65,7 @@
6465
</ItemGroup>
6566
<ItemGroup>
6667
<PackageReference Include="Plugin.LocalNotification">
67-
<Version>4.0.0</Version>
68+
<Version>4.0.1</Version>
6869
</PackageReference>
6970
<PackageReference Include="Xamarin.Forms" Version="3.6.0.344457" />
7071
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.1" />

Sample/NuGet/Sample.iOS/LocalNotification.Sample.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</ItemGroup>
155155
<ItemGroup>
156156
<PackageReference Include="Plugin.LocalNotification">
157-
<Version>4.0.0</Version>
157+
<Version>4.0.1</Version>
158158
</PackageReference>
159159
<PackageReference Include="Xamarin.Forms" Version="3.6.0.264807" />
160160
</ItemGroup>

Sample/NuGet/Sample/LocalNotification.Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Plugin.LocalNotification" Version="4.0.0" />
14+
<PackageReference Include="Plugin.LocalNotification" Version="4.0.1" />
1515
<PackageReference Include="Xamarin.Forms" Version="3.6.0.264807" />
1616
</ItemGroup>
1717

scr/Plugin.LocalNotification/Plugin.LocalNotification.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Description>The local notification plugin provides a way to show local notifications from Xamarin apps.</Description>
2222
<PackageIconUrl>https://raw.githubusercontent.com/thudugala/Plugin.LocalNotification/master/Screenshots/icon.png</PackageIconUrl>
2323
<Copyright>Copyright © Elvin (Tharindu) Thudugala</Copyright>
24-
<Version>4.0.0</Version>
24+
<Version>4.0.1</Version>
2525
<PackageReleaseNotes>Check: https://github.com/thudugala/Plugin.LocalNotification/releases </PackageReleaseNotes>
2626
<Owners>ththlk,masonyc</Owners>
2727

0 commit comments

Comments
 (0)