Skip to content

Commit b27524b

Browse files
committed
Bump Xamarin.Kotlin.StdLib.Jdk8
> Sentry.Bindings.Android net9.0-android35.0 failed with 1 error(s) (0.3s) > /usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/35.0.92/tools/Xamarin.Android.Bindings.JavaDependencyVerification.targets(27,5): error XA4242: Java dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0' is not satisfied. Microsoft maintains the NuGet package 'Xamarin.Kotlin.StdLib.Jdk8' that could fulfill this dependency.
1 parent e59558c commit b27524b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common.Java8" Version="2.6.1.3" />
5252
<!-- MAUI 8 references this version indirectly via Xamarin.AndroidX.SwipeRefreshLayout (>= 1.1.0.14) -->
5353
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.10.1.2" />
54-
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.0.0 -->
55-
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.0.0" />
54+
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 -->
55+
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" />
5656
</ItemGroup>
5757

5858
<!-- Dependencies for AndroidMavenLibrary references
@@ -63,8 +63,8 @@
6363
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common.Java8" Version="2.8.7.2" />
6464
<!-- MAUI 9 references this version indirectly via Xamarin.AndroidX.SwipeRefreshLayout -->
6565
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.15.0.2" />
66-
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.0.0 -->
67-
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.0.0" />
66+
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 -->
67+
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" />
6868
</ItemGroup>
6969

7070
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">

0 commit comments

Comments
 (0)