Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .cursor/rules/pr-conventions.mdc

This file was deleted.

Binary file modified OneSignalSDK.DotNet.Android.Core.Binding/Jars/core-release.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
<LibraryProjectZip Include="Jars\core-release.aar" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.8.0.1" />
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.9.23.3" />
</ItemGroup>
</Project>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
<LibraryProjectZip Include="Jars\in-app-messages-release.aar" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.8.0.1" />
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.9.23.3" />
</ItemGroup>
</Project>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
<LibraryProjectZip Include="Jars\location-release.aar" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.8.0.1" />
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.9.23.3" />
</ItemGroup>
</Project>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
<LibraryProjectZip Include="Jars\notifications-release.aar" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.8.0.1" />
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.9.23.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.8.0.1" />
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.9.23.3" />
<PackageReference Include="Xamarin.KotlinX.Coroutines.Core" Version="1.6.4.2" />
<PackageReference Include="Xamarin.KotlinX.Coroutines.Android" Version="1.6.4.2" />
<PackageReference Include="Xamarin.AndroidX.CardView" Version="1.0.0.16" />
Expand Down
4 changes: 2 additions & 2 deletions OneSignalSDK.DotNet.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<version>6.1.3</version>
<version>6.1.4</version>
<id>OneSignalSDK.DotNet</id>
<title>OneSignal SDK for .NET and MAUI</title>
<authors>OneSignal</authors>
Comment thread
fadi-george marked this conversation as resolved.
Expand All @@ -21,7 +21,7 @@
<group targetFramework="net10.0-ios12.2">
</group>
<group targetFramework="net10.0-android21.0">
<dependency id="Xamarin.Kotlin.StdLib.Jdk8" version="1.8.0.1" />
<dependency id="Xamarin.Kotlin.StdLib.Jdk8" version="1.9.23.3" />
<dependency id="Xamarin.KotlinX.Coroutines.Core" version="1.6.4.2" />
<dependency id="Xamarin.KotlinX.Coroutines.Android" version="1.6.4.2" />

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"android": "5.7.6",
"android": "5.7.7",
"ios": "5.5.0"
}
Loading