File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
src/Sentry.Bindings.Android Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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 >
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" />
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments