Skip to content

Commit 093521d

Browse files
committed
Replace protobuf-javalite with epitaph
See also: getsentry/sentry-java#5157
1 parent 4d6fe93 commit 093521d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,9 @@
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) -->
124+
<!-- A light-weight replacement for protobuf-javalite (see https://github.com/getsentry/sentry-java/pull/5157) -->
126125
<ItemGroup>
127-
<AndroidMavenLibrary Include="com.google.protobuf:protobuf-javalite" Version="3.25.8" Bind="false" />
126+
<AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.0" Bind="false" />
128127
</ItemGroup>
129128

130129
<ItemGroup>

0 commit comments

Comments
 (0)