Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Oct 9, 2023
1 parent 19d978b commit aaf3b55
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 aaf3b55

Please sign in to comment.