Skip to content

Commit

Permalink
Bump to xamarin/java.interop/master@60efc990c (#4867)
Browse files Browse the repository at this point in the history
Changes: dotnet/java-interop@1de5501...60efc99

Fixes: dotnet/java-interop#639
Fixes: dotnet/java-interop#664

  * dotnet/java-interop@60efc99: Update to NUnit 3.12/etc. (#667)
  * dotnet/java-interop@de35d29: [jnimarshalmethod-gen] support methods with 14+ arguments (#670)
  * dotnet/java-interop@fd2c94e: [generator] Mark protected types nested in sealed classes as private (#672)
  * dotnet/java-interop@11b7f85: [Java.Interop+MonoAndroid] Remove NullableAttributes.cs, avoid CS0436 (#671)
  * dotnet/java-interop@ef1d37b: [tools] Add response file support (#665)
  * dotnet/java-interop@1383981: [logcat-parse] Support the Android 10 `logcat` format (#663)
  • Loading branch information
jpobst authored Jun 26, 2020
1 parent 5e9b632 commit 73e91a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Documentation/release-notes/4867.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### `logcat-parse` Improvements

`logcat-parse` now supports parsing the `adb logcat` output format used
on Android 10 devices.


#### Binding projects

- [Java.Interop GitHub PR 672](https://github.com/xamarin/java.interop/pull/672):
In bindings projects, nested Java types with `protected` visibility within
`sealed` types are now generated with `private` visibility, avoiding C# warning CS0628.
2 changes: 1 addition & 1 deletion external/Java.Interop

0 comments on commit 73e91a9

Please sign in to comment.