You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[r8] update proguard rule to keep .NET runtime classes (#9044)
Context: dotnet/runtime#103016
Context: dotnet/runtime#103337
In dotnet/runtime we are adding a few more Java classes to assist with
.NET crypto. One was added in dotnet/runtime#103016, and another may
be added in dotnet/runtime#103337.
This PR changes ProGuard to keep all of the classes in this package
rather than individually adding them.
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
0 commit comments