Skip to content

Commit 04d13e3

Browse files
github-actions[bot]claudeweb-flowjpnurmi
authored
chore(deps): update Java SDK to v8.32.0 (#4843)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: GitHub <noreply@github.com> Co-authored-by: J-P Nurmi <jpnurmi@gmail.com>
1 parent f95f266 commit 04d13e3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(LatestAndroidTfm);$(PreviousAndroidTfm)</TargetFrameworks>
4-
<SentryAndroidSdkVersion>8.29.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.32.0</SentryAndroidSdkVersion>
55
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
66
<!-- This gets resolved by the DownloadSentryAndroidSdk unless using local maven references -->
77
<SentryNativeNdkVersion></SentryNativeNdkVersion>
@@ -121,6 +121,12 @@
121121
JavaArtifact="io.sentry:sentry-native-ndk:$(SentryNativeNdkVersion)" />
122122
</ItemGroup>
123123

124+
<!-- protobuf-javalite 3.25.8 has no matching/compatible Xamarin.Protobuf.JavaLite NuGet package
125+
(see https://github.com/getsentry/sentry-java/pull/5044) -->
126+
<ItemGroup>
127+
<AndroidMavenLibrary Include="com.google.protobuf:protobuf-javalite" Version="3.25.8" Bind="false" />
128+
</ItemGroup>
129+
124130
<ItemGroup>
125131
<AndroidLibrary Include="..\..\lib\sentry-android-supplemental\bin\sentry-android-supplemental.jar" />
126132
<AndroidNativeLibrary Include="..\..\lib\sentrysupplemental\bin\arm64-v8a\libsentrysupplemental.so" Abi="arm64-v8a" />

src/Sentry.Bindings.Android/Transforms/Metadata.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,9 @@
106106
<!--
107107
The BackfillingEventProcessor interface creates a stack overflow during code generation, which appears as:
108108
error MSB6006: "dotnet" exited with code 134
109-
AnrV2EventProcessor is dependant on BackfillingEventProcessor
110-
We currently don't need to use either of these via C# bindings.
109+
We currently don't need to use this via C# bindings.
111110
-->
112111
<remove-node path="/api/package[@name='io.sentry']/interface[@name='BackfillingEventProcessor']" />
113-
<remove-node path="/api/package[@name='io.sentry.android.core']/class[@name='AnrV2EventProcessor']" />
114112

115113
<!--
116114
SentryEvent.serialize() expects an parameter which implements IObjectWriter.

0 commit comments

Comments
 (0)