Commit 9a61615
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- src/Sentry.Bindings.Android
- Transforms
3 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
165 | 168 | | |
0 commit comments