We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6fe93 commit 093521dCopy full SHA for 093521d
src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
@@ -121,10 +121,9 @@
121
JavaArtifact="io.sentry:sentry-native-ndk:$(SentryNativeNdkVersion)" />
122
</ItemGroup>
123
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) -->
+ <!-- A light-weight replacement for protobuf-javalite (see https://github.com/getsentry/sentry-java/pull/5157) -->
126
<ItemGroup>
127
- <AndroidMavenLibrary Include="com.google.protobuf:protobuf-javalite" Version="3.25.8" Bind="false" />
+ <AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.0" Bind="false" />
128
129
130
0 commit comments