Skip to content

Commit bcc6476

Browse files
github-actions[bot]web-flowjpnurmiclaude
authored
chore(deps): update Java SDK to v8.36.0 (#5036)
* chore: update scripts/update-java.ps1 to 8.36.0 * chore: bump epitaph dependency to 0.1.1 for Sentry Java SDK 8.36.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: remove SentryShakeDetector binding to fix nullability mismatch CS8767 errors due to ISensorEventListener expecting nullable parameters. The class is unused in this codebase. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: J-P Nurmi <jpnurmi@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2db04c4 commit bcc6476

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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.35.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.36.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>
@@ -123,7 +123,7 @@
123123

124124
<!-- A light-weight replacement for protobuf-javalite (see https://github.com/getsentry/sentry-java/pull/5157) -->
125125
<ItemGroup>
126-
<AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.0" Bind="false" />
126+
<AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.1" Bind="false" />
127127
</ItemGroup>
128128

129129
<ItemGroup>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,7 @@
169169
<!-- Remove UpdateStatus to avoid CS0108 for conflicting _members fields in nested subclasses -->
170170
<remove-node path="/api/package[@name='io.sentry']/class[@name='UpdateStatus']" />
171171

172+
<!-- Remove SentryShakeDetector to avoid CS8767 nullability mismatch with ISensorEventListener -->
173+
<remove-node path="/api/package[@name='io.sentry.android.core']/class[@name='SentryShakeDetector']" />
174+
172175
</metadata>

0 commit comments

Comments
 (0)