Skip to content

Commit 9a61615

Browse files
github-actions[bot]web-flowjpnurmi
authored
chore(deps): update Java SDK to v8.26.0 (#4728)
* chore: update scripts/update-java.ps1 to 8.26.0 * Remove NetworkBody Avoids the following errors: Sentry.Bindings.Android net10.0-android36.0 failed with 3 error(s) (1.2s) src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Util.Network.INetworkBody.cs(18,68): error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromJsonArray(IList<Object>)' src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Util.Network.INetworkBody.cs(36,68): error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromJsonObject(IDictionary<string, Object>)' src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Util.Network.INetworkBody.cs(54,68): error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromString(string)' --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: J-P Nurmi <[email protected]>
1 parent 124977a commit 9a61615

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Java SDK from v8.24.0 to v8.26.0 ([#4728](https://github.com/getsentry/sentry-dotnet/pull/4728))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.26.0)
10+
311
## 6.0.0-rc.1
412

513
### BREAKING CHANGES

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

Lines changed: 1 addition & 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.24.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.26.0</SentryAndroidSdkVersion>
55
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
66
<!-- This gets resolved by the DownloadSentryAndroidSdk target -->
77
<SentryNativeNdkVersion></SentryNativeNdkVersion>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,7 @@
162162

163163
<!-- Remove UpdateStatus to avoid CS0108 for conflicting _members fields in nested subclasses -->
164164
<remove-node path="/api/package[@name='io.sentry']/class[@name='UpdateStatus']" />
165+
166+
<!-- error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromXxx' -->
167+
<remove-node path="/api/package[@name='io.sentry.util.network']/interface[@name='NetworkBody']" />
165168
</metadata>

0 commit comments

Comments
 (0)