Skip to content

Commit

Permalink
Bump to xamarin/java.interop/main@ed63d890 (#8407)
Browse files Browse the repository at this point in the history
Changes: dotnet/java-interop@8e63cc8...ed63d89

* [generator] restore `[RegisterAttribute]` for *Implementor types

Other changes:

* Added test to verify `Lmono/android/view/View_OnClickListenerImplementor;` exists
  after a build using `AndroidLinkMode=r8`.

dotnet/java-interop#1149
  • Loading branch information
jonathanpeppers committed Oct 10, 2023
1 parent 2b16d39 commit 89b6fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/Java.Interop
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,7 @@ public void BuildProguardEnabledProject (bool isRelease, string linkTool, string
FileAssert.Exists (dexFile);
var classes = new [] {
"Lmono/MonoRuntimeProvider;",
"Lmono/android/view/View_OnClickListenerImplementor;",
"Landroid/runtime/JavaProxyThrowable;",
$"L{toolbar_class.Replace ('.', '/')};"
};
Expand Down

0 comments on commit 89b6fa5

Please sign in to comment.